- added wav
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@960 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <cpp/radio/interpolation/Farrow.hpp>
|
||||
#include <cpp/radio/interpolation/PolyPhase.hpp>
|
||||
#include <radio/synchronization.h>
|
||||
#include <wav/wav.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -10,6 +11,10 @@ using namespace Radio;
|
||||
|
||||
void test()
|
||||
{
|
||||
WAV wavRead;
|
||||
|
||||
WavOpen(&wavRead, "m2_12k_12k_i_q.wav");
|
||||
|
||||
Interpolation::Farrow m_farrow;
|
||||
|
||||
// Loop-Filter
|
||||
|
||||
Reference in New Issue
Block a user