代码搜索:cutoff 有哪些应用?
找到约 10,000 项符合「cutoff 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/359349/10154056
m design_chebyshev.m
% Name: desi_chebyshev
% This program is used to design the type 1 Chebyshev lowpass analog filter
% The specifications are:
% alphap: The maximal passband attenuation in dB
% alphas: The minimum
www.eeworm.com/read/359349/10154089
m butt_design_bi.m
% Name: butt_design_bi
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154177
m iir_butt_design.m
% Name: iir_butt_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of t
www.eeworm.com/read/359349/10154188
m butt_design_bi2.m
% Name: butt_design_bi
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154235
m butt_design_im1.m
% Name: iir_butt_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of t
www.eeworm.com/read/162609/10291328
c coeff.c
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on
www.eeworm.com/read/425826/10317931
c coeff.c
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on th
www.eeworm.com/read/274600/10862396
m adjcontrast.m
% ADJCONTRAST - Adjusts image contrast using sigmoid function.
%
% function g = adjcontrast(im, gain, cutoff)
%
% Arguments:
% im - image to be processed.
% gain - controls
www.eeworm.com/read/455115/7377641
m adjcontrast.m
% ADJCONTRAST - Adjusts image contrast using sigmoid function.
%
% function g = adjcontrast(im, gain, cutoff)
%
% Arguments:
% im - image to be processed.
% gain - controls
www.eeworm.com/read/448162/7539711
m init_fading.m
function FadingMatrixTime = init_fading(FadingLength, ...
FadingOversamplingFactor, ...
NumberOfTxAntennas, ...
NumberOfRxAntennas, ...
NumberOfPaths, FadingType, sigma_rad, ..