代码搜索:如何学习 Fir?

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

代码结果 10,000
www.eeworm.com/read/492812/6409789

c adaptpredict_pcm.c

//Adaptpredict_pcm.c Adaptive predictor to cancel interference #define beta 1E-13 //rate of convergence #define N 60 //# of coefficients of adapt FIR #
www.eeworm.com/read/492812/6409799

log cc_build_debug.log

---------------------------- FIR4ways.pjt - Debug ---------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -q -o3 -fr"C:/ti/myprojects/FIR4ways" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c
www.eeworm.com/read/492027/6430182

m prog15.m

clear; clg; k=1001; %d硊go滄 okna %je渓i d硊go滄 jest nieparzysta, to mo縩a wszystkie typy %je渓i jest parzysta tylko LP i BP %(fir1 domy渓nie ustawia k-1 parzyste, czyli k nieparzyste) %(dla parzystyc
www.eeworm.com/read/488273/6491220

m p4_3.m

% Program P4_3 % Zero Locations of Linear Phase FIR Filters clf; b = [1 -8.5 30.5 -63]; num1 = [b 81 fliplr(b)]; num2 = [b 81 81 fliplr(b)]; num3 = [b 0 -fliplr(b)]; num4 = [b 81 -81 -fliplr(b)
www.eeworm.com/read/486630/6537256

log cc_build_debug.log

------------------------------ fir.pjt - Debug ------------------------------ "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ti/myprojects/6711-a/FIR/Debug" -d"_DEBUG" -mv6700 -@"Debug.lkf" "fir.c" [
www.eeworm.com/read/233941/6548728

html firttblockinfosframeleft.html

DSP Builder blocks used in firtt Use the right-click mouse button to naviguate through this HTML page altbus&
www.eeworm.com/read/483854/6596402

m q725.m

%《MATLAB在电子信息课程中的应用》(第三版)第七章例7.25程序q725 % 用各种窗函数设计FIR数字滤波器q724 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear;close all N=21; wc=pi/4; % 理想低通滤波器参数 n=0:N-1; r=(N-1)/2; hdn=sin(wc*(n-r))/pi./(n-
www.eeworm.com/read/482655/6620697

m firlp.m

% Example 10.10 % FIR低通滤波器 % The command freqz is used in this m-file. This command requires the % Signal Processing Toolbox. Wc = .4; %数字滤波器的截止频率 N = input('Input length of FIR filter, N = ')
www.eeworm.com/read/482655/6620698

asv firlp.asv

% Example 10.10 % FIR低通滤波器 % The command freqz is used in this m-file. This command requires the % Signal Processing Toolbox. Wc = .4; %数字滤波器的截止频率 N = input('Input length of FIR filter, N = ')
www.eeworm.com/read/482330/6622866

lkf debug.lkf

-z -q -c -o"./Debug/fir.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib" "G:\code\6fir\Debug\AD50.obj" "G:\code\6fir\Debug\FIR.obj" "G:\code\6fir\Debug\main.obj