new buffer thingy

This commit is contained in:
Ryzerth
2021-06-28 22:06:42 +02:00
parent 192e86064c
commit dff9ec2d37
4 changed files with 121 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ public:
void startFFT();
void stopFFT();
dsp::SampleFrameBuffer<dsp::complex_t> inputBuffer;
private:
struct VFO_t {
dsp::stream<dsp::complex_t>* inputStream;