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

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

代码结果 10,000
www.eeworm.com/read/183082/9179410

m mynotchfilter.m

function [B,A] = mynotchfilter(N,cutoff,R,Fs), %MYNOTCHFILTER Returns a discrete-time filter object % % M-File generated by MATLAB(R) 7.0.1 and the Signal Processing Toolbox 6.2.1. % % Generate
www.eeworm.com/read/378860/9214327

m ideal_bp.m

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 length %hd: unit pulse
www.eeworm.com/read/378860/9214348

m ideal_bs.m

function hd=ideal_bs(wc1,wc2,N) %compute the ideal bandstop fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window length %hd: unit pulse r
www.eeworm.com/read/373369/9460667

java lowpass.java

//: interfaces/filters/LowPass.java package interfaces.filters; public class LowPass extends Filter { double cutoff; public LowPass(double cutoff) { this.cutoff = cutoff; } public Wavefor
www.eeworm.com/read/373369/9460671

java highpass.java

//: interfaces/filters/HighPass.java package interfaces.filters; public class HighPass extends Filter { double cutoff; public HighPass(double cutoff) { this.cutoff = cutoff; } public Wave
www.eeworm.com/read/176500/9495705

m prog8b2.m

% % m-file for Example 8B.2 (Program 8B.2, p566). % Program name: prog8b2.m % N=2; % Filter order Fs=1280; % Sampling frequency FN=Fs/2; fc=150; % Cutoff frequenc
www.eeworm.com/read/176500/9495719

m prog8b1.m

% % m-file for Example 8B.1 (Program 8B.1, p564). % Program name: prog8b1.m % N=2; % Filter order Fs=1280; % Sampling frequency fc=150; % Cutoff frequency WC=2*pi
www.eeworm.com/read/365527/9858240

m exa8_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/169058/9883370

java lowpass.java

//: interfaces/filters/LowPass.java package interfaces.filters; public class LowPass extends Filter { double cutoff; public LowPass(double cutoff) { this.cutoff = cutoff; } public Wavefor
www.eeworm.com/read/169058/9883374

java highpass.java

//: interfaces/filters/HighPass.java package interfaces.filters; public class HighPass extends Filter { double cutoff; public HighPass(double cutoff) { this.cutoff = cutoff; } public Wave