代码搜索:如何学习 Fir?

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

代码结果 10,000
www.eeworm.com/read/176500/9495788

m prog7b1.m

% % prog7b1.m, p442 Program name % fc=0.53; % cutoff frequency (normalized to Fs/2) N= 10; % Filter length (number of taps) hd=fir1(N-1,fc,boxcar(N)); % Calculate truncated ideal
www.eeworm.com/read/372700/9496860

txt 图4-2-14低通滤波器的增益特性比较.txt

%不同窗函数设计低通滤波器0924.TXT %Nomalized frequency (/pi) %Magnitude clear; format long %变量采样字长为双精度 wp=0.25; M=25; N=2*M+1; win=boxcar(N); %设定窗函数,矩形窗 b=fir1(M*2,wp,win); %
www.eeworm.com/read/366428/9815584

m q724.m

%《MATLAB在电子信息课程中的应用》第七章例7.24程序q724 % 用各种窗函数设计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-r);
www.eeworm.com/read/168454/9912463

m prog7b1.m

% % prog7b1.m, p442 Program name % fc=0.53; % cutoff frequency (normalized to Fs/2) N= 10; % Filter length (number of taps) hd=fir1(N-1,fc,boxcar(N)); % Calculate truncated ideal
www.eeworm.com/read/168077/9940374

m filter7_5.m

%程序7.5 %用remezord进行FIR滤波器阶数估计 % fedge=input('输入通带截止频率='); mval=input('每个频带中的理想幅度值='); dev=input('每个频带中允许的偏差='); FT=input('输入抽样频率='); [N,fpts,mag,wt]=remezord(fedge,mval,dev,FT); fprintf('滤波器阶数
www.eeworm.com/read/168077/9940376

m filter7_6.m

%程序7.6 %等波纹线性相位FIR滤波器的设计 % format long fedge=input('单位为Hz的频带截止频率='); mval=input('每个频带所需的幅度值='); dev=input('每个频带所需要的波纹='); FT=input('单位为Hz的抽样频率='); [N,fpts,mag,wt]=remezord(fedge,mval,dev,FT);
www.eeworm.com/read/167073/9981068

mak tasm.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/360374/10100522

log cc_build_debug.log

------------------------------ fir.pjt - Debug ------------------------------ "C:\ti2x\c2400\cgtools\bin\dspcl" -g -q -fr"E:/qu/zj4/2407/prg/algorithm/exp4_02_fir(cpu2)/fir/Debug" -d"_DEBUG" -v2xx
www.eeworm.com/read/164338/10116983

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/359819/10123576

cpp ippsprocess.cpp

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may