代码搜索:Fir 有哪些应用?

找到约 10,000 项符合「Fir 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/378860/9214373

asv fir.asv

wc=0.25*pi;N=33; alpha=(N-1)/2; n=0:1:N-1; m=n-alpha+eps; hd=sin(wc*m)./(pi*m); wd2=hanning(N)';b2=hd.*wd2; [H2,w]=freqz(b2,1); subplot(2,2,1) plot(w,abs(H2),'-.g') legend('升余弦窗低通滤波器') subpl
www.eeworm.com/read/378860/9214381

m fir.m

wc=0.25*pi;N=33; alpha=(N-1)/2; n=0:1:N-1; m=n-alpha+eps; hd=sin(wc*m)./(pi*m); wd2=hanning(N)';b2=hd.*wd2; [H2,w]=freqz(b2,1); subplot(2,2,1) plot(w,abs(H2),'-.g') legend('升余弦窗低通滤波器') subpl
www.eeworm.com/read/378479/9229940

v fir.v

module fir(clk,x,y); input[7:0] x; input clk; output[15:0] y; reg[15:0] y; reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10; reg[7:0] t0,t1,t2,t3,t4,t5; reg[15:0] sum; always
www.eeworm.com/read/181851/9234556

out fir.out

www.eeworm.com/read/181851/9234563

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\myprojects\Fir\" ProjectType=Executable CPUFamily=TMS320C67XX Tool="Compiler"
www.eeworm.com/read/181851/9234564

c fir.c

//Fir.c FIR filter. Include coefficient file with length N #include "bs2700.cof" //coefficient file BS @ 2700Hz int yn = 0; //initialize filter's output short dly[N];
www.eeworm.com/read/378355/9235408

h fir.h

/* ================================================================== File name : FIR.H Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/378355/9235502

h fir.h

/* ================================================================== File name : FIR.H Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/378355/9235540

wks fir.wks

www.eeworm.com/read/181107/9273956

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\5416edulab\lab16-fir\" ProjectType=Executable CPUFamily=TMS320C54XX Tool="Compile