代码搜索:如何学习 Fir?

找到约 10,000 项符合「如何学习 Fir?」的源代码

代码结果 10,000
www.eeworm.com/read/493360/6401450

log cc_build_debug.log

------------------------------ fir.pjt - Debug ------------------------------ "d:\ccs5000\c5400\cgtools\bin\cl500" -g -q -fr"f:/dsp/dsp_lab/fir/fir/Debug" -d"_DEBUG" -@"fir/Debug.lkf" "FIR.ASM"
www.eeworm.com/read/493017/6403999

m example7_11.m

%--------------------------------------------------------------------------- % example7_11, %--------------------------------------------------------------------------- clear all; f=[0 0.19 0.2
www.eeworm.com/read/488103/6496717

m exa070903_remez_2.m

%-------------------------------------------------------------------------- % exa070903_remez_2.m, for example 7.9.3 and 7.4.2; % to test remez.m and to design multi-band FIR filter; %-----------
www.eeworm.com/read/486205/6538150

m 7-2.m

%例程7-2 LMS算法 Function[h,y]=lms(x,d,u,N) %LMS算法的实现 %[h,y]=lms(x,d,u,N) % h=估计的FIR滤波器 % y=输出数组y(n) % x=输入数组x(n) % d=预期数组d(n),其长度应与x相同 % u=步长 % N=FIR滤波器的长度 M=length(x);y=z
www.eeworm.com/read/233941/6548735

html firtt_dspbuilder_report.html

SignalCompiler report D:\altera\quartus60\work1\fir\firtt_DspBuilder_Report.html SignalCompiler report Use the right-click mouse
www.eeworm.com/read/485392/6561213

m 7-2.m

%例程7-2 LMS算法 Function[h,y]=lms(x,d,u,N) %LMS算法的实现 %[h,y]=lms(x,d,u,N) % h=估计的FIR滤波器 % y=输出数组y(n) % x=输入数组x(n) % d=预期数组d(n),其长度应与x相同 % u=步长 % N=FIR滤波器的长度 M=length(x);y=z
www.eeworm.com/read/481728/6637389

m exa070903_remez_2.m

%-------------------------------------------------------------------------- % exa070903_remez_2.m, for example 7.9.3 and 7.4.2; % to test remez.m and to design multi-band FIR filter; %-----------
www.eeworm.com/read/480047/6675892

log cc_build.log

dspa fir.asm fir.obj -gs -v2xx TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00 Copyright (c) 1987-1999 Texas Instruments Incorporated PASS 1 PASS 2 No Errors, No Warnings dsp
www.eeworm.com/read/477921/6726071

m example7_11.m

%--------------------------------------------------------------------------- % example7_11, %--------------------------------------------------------------------------- clear all; f=[0 0.19 0.2
www.eeworm.com/read/477233/6740384

m 用切比雪夫最佳一致逼近设计线性相位多带fir滤波器.m

%-------------------------------------------------------------------------- % exa070903_remez_2.m, for example 7.9.3 and 7.4.2; % to test remez.m and to design multi-band FIR filter; %-----------