代码搜索:如何学习 cutoff?

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

代码结果 10,000
www.eeworm.com/read/371255/9559120

m highpassfilter.m

% HIGHPASSFILTER - Constructs a high-pass butterworth filter. % % usage: f = highpassfilter(sze, cutoff, n) % % where: sze is a two element vector specifying the size of filter % t
www.eeworm.com/read/359100/10165997

h control.h

void CutOff_1(unsigned char Channel); void CutOff_2(unsigned char Channel); void CutOff_3(unsigned char Channel); void Reconnect_1(unsigned char Channel); void Reconnect_2(unsigned char Ch
www.eeworm.com/read/455115/7377668

m highpassfilter.m

% HIGHPASSFILTER - Constructs a high-pass butterworth filter. % % usage: f = highpassfilter(sze, cutoff, n) % % where: sze is a two element vector specifying the size of filter % t
www.eeworm.com/read/133772/5900660

cxx strtol.cxx

//=========================================================================== // // strtol.cxx // // ISO standard string to long int conversion function defined in // section 7.10.
www.eeworm.com/read/106385/6194419

cxx strtol.cxx

//=========================================================================== // // strtol.cxx // // ISO standard string to long int conversion function defined in // section 7.10.1.5 o
www.eeworm.com/read/440641/7684966

m lp_f.m

function [H,f]=lp_f(n,f_cutoff,df1,fs,p) %低通滤波器函数 输入设计的滤波器参数,产生低通滤波器频率特性函数H和频率向量f %------------------------输入参数 %n 低通滤波器的输入信号长度 %f_cutoff 低通滤波器的截止频率 %df1 频率分辨率 %fs 抽样频率 %p
www.eeworm.com/read/440624/7684997

m lp_f.m

function [H,f]=lp_f(n,f_cutoff,df1,fs,p) %低通滤波器函数 输入设计的滤波器参数,产生低通滤波器频率特性函数H和频率向量f %------------------------输入参数 %n 低通滤波器的输入信号长度 %f_cutoff 低通滤波器的截止频率 %df1 频率分辨率 %fs 抽样频率 %p
www.eeworm.com/read/483843/6596189

m lp_f.m

function [H,f]=lp_f(n,f_cutoff,df1,fs,p) %低通滤波器函数 输入设计的滤波器参数,产生低通滤波器频率特性函数H和频率向量f %H 低通滤波器频率响应 %f 频率向量 %n 信号长度 %f_cutoff 低通滤波器的截止频率 %df1 频率分辨率 %fs 抽样频率 %p 滤波器因子