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

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

代码结果 10,000
www.eeworm.com/read/359240/10159743

m 例9-22 .m

gp=gauspuls('cutoff',1000,0-6,[],-40) tgp=-gp:-00001:gp [gpi,gpq,gpe]=gauspuls(tgp,1000,0-6) subplot(2,2,1) plot(tgp,gpi) subplot(2,2,2) plot(tgp,gpq)
www.eeworm.com/read/425699/10336348

m go_sign.m

% GO_SIGN Scan database to compute image signatures % This is from % % [1] D. Nister and H.Stewenius, "Scalable recognition with a % vocabulary tree," in Proc. CVPR, 2006. % % See GO_TREE()
www.eeworm.com/read/424063/10501250

m filtm.m

function [at,bt,ct,dt,freq,mag] = filtm(filt,trans,cutoff,bw,npts,P1,P2,P3); %FILTM Analog filter design for masked blocks in SIMULINK system MASKFILT. % % This M-file is used to return the state-s
www.eeworm.com/read/278816/10504390

txt dlh.m.txt

% dlh.m - ideal lowpass/highpass FIR filter % % h = dlh(s, wc, N) = row vector % % s = 1, -1 = lowpass, highpass % N = 2M+1 = filter length (odd) % wc = cutoff frequency in [rads/sample] function h =
www.eeworm.com/read/278816/10504436

txt dhilb.m.txt

% dhilb.m - ideal lowpass Hilbert transformer FIR filter % % h = dhilb(wc, N) = row vector % % N = 2M+1 = filter length (odd) % wc = cutoff frequency in [rads/sample] function h = dhilb(wc, N) M = (
www.eeworm.com/read/277957/10590889

m exa1_35.m

% exa1-35_gauspuls.m for example 1-35 % gauspuls function clear all; fs=1000000; %sample frequency tc=gauspuls('cutoff',50e3,0.6,[],-40); t=-tc:1/fs:tc; yi=gauspuls(t,50e3,0.6); plot(t,yi)
www.eeworm.com/read/422220/10654756

m buttlpf.m

function [filtr] = buttLPF(f,cutoff,n) %************************************************************** % buttLPF % % Generates a matrix determining the transfer function of a % Butterworth Filter
www.eeworm.com/read/350382/10746147

m 4-18.m

%例程4-18 Ⅰ、Ⅱ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp1(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/350382/10746155

m 4-19.m

%例程4-19 Ⅲ、Ⅳ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp2(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/350382/10746204

m 4-22.m

%例程4-22 Ⅰ、Ⅱ型理想带阻滤波器的单位冲激响应 计算 function hd=ideal_bs(Wcl,Wch,N) %compute the ideal bandstop fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window