⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modulation.h

📁 ofdm project for Tms320C6000,完整
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -