mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-23 02:24:16 -04:00
git clone git://git.osmocom.org/sdrangelove.git
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "dsp/inthalfbandfilter.h"
|
||||
|
||||
IntHalfbandFilter::IntHalfbandFilter()
|
||||
{
|
||||
for(int i = 0; i < HB_FILTERORDER + 1; i++) {
|
||||
m_samples[i][0] = 0;
|
||||
m_samples[i][1] = 0;
|
||||
}
|
||||
m_ptr = 0;
|
||||
m_state = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user