14 lines
181 B
C
14 lines
181 B
C
|
#ifndef cwDspTypes_h
|
||
|
#define cwDspTypes_h
|
||
|
|
||
|
namespace cw
|
||
|
{
|
||
|
namespace dsp
|
||
|
{
|
||
|
typedef float real_t;
|
||
|
typedef real_t sample_t;
|
||
|
typedef real_t srate_t;
|
||
|
}
|
||
|
}
|
||
|
#endif
|