fircycle_coeff.asm

来自「the filter program write myself,the effe」· 汇编 代码 · 共 13 行

ASM
13
字号
;					.sect	".fircoeff" ;don't froget the pot
;					.def	FIR_LPF_coeff_ptr
;FIR_LPF_coeff_ptr	.word -34,-22,13,50,55,-1,-91,-137,-56,131
;					.word 276,198,-127,-471,-481,0,690,976,384,-896
;					.word -1905,-1447,1040,4892,8415,9839,8415,4892,1040,-1447
;					.word -1905,-896,384,976,690,0,-481,-471,-127,198
;					.word 276,131,-56,-137,-91,-1,55,50,13,-22
;					.word -34
       
;FIR_LPF_coeff_ptr   .word 57,212,424,535,301,-356,-1164,-1461,-551
;					.word 1797,4984,7763,8864, 7763, 4984,  1797,-551,-1461
;					.word -1164,-356,301, 535,424,212, 57

⌨️ 快捷键说明

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