firsel.h

来自「变频器程序」· C头文件 代码 · 共 48 行

H
48
字号
;==================================================================
;File name:        FIRSEL.H                     
;                    
;Originator:	Digital Control Systems Group
;		Texas Instruments
;Description:  
;Header file to enable the assembling of coefficient array
;===================================================================
; History:
;-------------------------------------------------------------------
;24-1-2000	Release	Rev 1.0                                                  
;-------------------------------------------------------------------
; Symbolic Constants for Coefficient Initialisation 
; To enable the assembling, set the corresponding symbolic constant to '1'

               

; 50th Order
FIR_LPF50 		.set 		0
FIR_HPF50 		.set 		0
FIR_BPF50 		.set 		0
FIR_BSF50 		.set 		0
   
; 20th Order
FIR_LPF20 		.set 		0
FIR_HPF20 		.set 		0
FIR_BPF20 		.set 		0
FIR_BSF20 		.set 		0  

; 10th Order
FIR_LPF10 		.set 		1
FIR_HPF10 		.set 		0
FIR_BPF10 		.set 		0
FIR_BSF10 		.set 		0













 

⌨️ 快捷键说明

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