mirror of
https://github.com/AlexandreRouma/dsp2.git
synced 2026-04-20 07:22:44 +00:00
progress
This commit is contained in:
14
src/main.cpp
14
src/main.cpp
@@ -1,20 +1,6 @@
|
||||
#include "dsp/taps.h"
|
||||
#include "dsp/taps/low_pass.h"
|
||||
#include "dsp/complex.h"
|
||||
#include "dsp/stream.h"
|
||||
#include <stdio.h>
|
||||
|
||||
struct TestStruct {
|
||||
bool a;
|
||||
int b;
|
||||
};
|
||||
|
||||
int main() {
|
||||
dsp::taps::LowPass lp(3000, 100, 15000);
|
||||
|
||||
float test = lp[0];
|
||||
|
||||
dsp::Stream<float> str;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user