added test data for time domain

This commit is contained in:
2026-02-22 14:09:45 +03:00
parent e0e96df902
commit 3c62b7755d
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ namespace hr::plugins
void magnitude::process(fvec_t& base, real_time timestamp)
{
result::bit b;
b.m_value = base;
b.m_duration = timestamp;
m_result.set_bit(b);
}
void magnitude::process(cvec_t& fft, fvec_t& base, real_time timestamp)