rewrote DSP
This commit is contained in:
8
src/dsp/types.h
Normal file
8
src/dsp/types.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace dsp {
|
||||
struct complex_t {
|
||||
float q;
|
||||
float i;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user