?? var.c
字號(hào):
short temp1[2779];
short stft_buffer[1024];
short stft_input[1024];
short stft_sine[512];
short stft_cosine[512];
short temp2[1024];
short channal_a[SAM_NUM];
short channal_b[SAM_NUM];
short channal_c[SAM_NUM];
short channal_d[SAM_NUM]; //channal_d 暫時(shí)作為中間存儲(chǔ)區(qū)使用
short real_input[SAM_NUM]; //暫存需要運(yùn)算的通道數(shù)據(jù),與channal_d形成連續(xù)的運(yùn)算空間
short sine_coef[HALF_SAM_NUM]; //存放sine或?yàn)V波器系數(shù)
short cosine_coef[HALF_SAM_NUM]; //存放cosine
unsigned int row=0;
unsigned int kk=0;
//user_func.h中用到如上變量
//extern void rfft_task();
//pa,pb,pc,pd四個(gè)變量是為了便于在CCS中取采樣數(shù)據(jù)用的指針
short *pm=stft_buffer;
short *pn=stft_input;
short *pssin=stft_sine;
short *pscos=stft_cosine;
short *pa=channal_a;
short *pb=channal_b;
short *pc=channal_c;
short *pd=channal_d;
short *preal=real_input;
short *psin=sine_coef;
short *pcos=cosine_coef;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -