代码搜索:cutoff 有哪些应用?
找到约 10,000 项符合「cutoff 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/419563/10860616
txt fig5_20.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 5.20
% Prolate spheroidal functions
% M-element array, d=lambda/2
% updated by Lillian Xu 04/05/2001
% K. Bell 7/23/01, 10/23/01, 1/16/08
%%%%%%%%%%%%%%
www.eeworm.com/read/418342/10952731
m hpfilter.m
function H = hpfilter(type, M, N, D0, n)
%HPFILTER Computes frequency domain highpass filters.
% H = HPFILTER(TYPE, M, N, D0, n) creates the transfer function of
% a highpass filter, H, of the
www.eeworm.com/read/417736/10978087
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/466801/7020881
m hpfilter.m
function H = hpfilter(type, M, N, D0, n)
%HPFILTER Computes frequency domain highpass filters.
% H = HPFILTER(TYPE, M, N, D0, n) creates the transfer function of
% a highpass filter, H, of the
www.eeworm.com/read/384827/7104712
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/384827/7104714
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/332978/7141958
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/332978/7141960
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/460016/7258935
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/458661/7291911
m dslab.m
% dslab.m - solves for the TE-mode cutoff wavenumbers in a dielectric slab
%
% Usage: [u,v] = dslab(R,Nit)
% [u,v] = dslab(R) (equivalent to Nit=3)
%
% R = frequency radius = k0*a*N