added test data for time domain
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user