?? bp41.cof
字號:
//BP41.cof Bandpass FIR coefficients, centered at Fs/8
#define N 41 //length of filter
short h[N]=
{
0,0xff87,0,0x018a,0x02fe,0x02b7,
0,0xfc0d,0xf98b,0xfad4,0,
0x0653,0x09b0,0x0756,0,0xf7da,
0xf407,0xf748,0,0x0904,0x0ccd,0x0904,
0,0xf748,0xf407,0xf7da,0,0x0756,0x09b0,
0x0653,0,0xfad4,0xf98b,0xfc0d,0,0x02b7,
0x02fe,0x018a,0,0xff87,0
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -