modulation.h

来自「ofdm project for Tms320C6000,完整」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef INC_MODULATION_H
#define INC_MODULATION_H

void modulation( float *output, unsigned int *input, const short *b, float *e);
void modulation2(float *output, unsigned int *input, const short *b, short index);
void qpskfft(float *output, unsigned int *input,const short index);
void qpsk(float *output, unsigned int *input);
void qpskfft2(float *output, unsigned int *input, short index);
void demodulation_shart(const short *input, short *output);
#endif //INC_MODULATION_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?