代码搜索:Notch

找到约 214 项符合「Notch」的源代码

代码结果 214
www.eeworm.com/read/356649/10223535

m notch.m

% t =0:1/100:20.47;d = 0.1*cos(pi/2*t);%(zhengchunyuande) %t =0:1:299; d = 0.1*cos(pi*0.5*t); t=0:1/3000:1; d=0.1*cos(0+cos(2500*pi*t)); %t =0:1:10; d = 0.1*cos(pi*0.5*t); subplot
www.eeworm.com/read/159014/10701724

m notch.m

% Jitterbug example: notch.m % ========================== % Calculate the performance of a notch filter with lost samples. scenario = 2; % 1=no filter, 2=notch filter, 3=time-varying Kalman filter p
www.eeworm.com/read/440070/7694246

html notch.html

Notch filter Notch filter notch -X# [-f# -w# -o outfile
www.eeworm.com/read/440070/7694966

f notch.f

www.eeworm.com/read/299638/7842085

m notch.m

% % notch.m - Magnitude response of a notch filter % w0=0.2*pi; % Define constants % Define the transfer function H(z) b(1)=1; b(2)=-2*cos(w0); b(3)=1; % Calculate the magnitude response
www.eeworm.com/read/329073/12984819

html notch.html

Notch filter Notch filter notch -X# [-f# -w# -o outfi
www.eeworm.com/read/318888/13467784

m notch.m

% % notch.m - Magnitude response of a notch filter % w0=0.2*pi; % Define constants % Define the transfer function H(z) b(1)=1; b(2)=-2*cos(w0); b(3)=1; % Calculate the magnitude response
www.eeworm.com/read/317449/13504726

c notch.c

#include #include "utils.h" //Notch filter float Notch (int aciStatus, struct tNOTCH *N, float acrX) { float rWT1, rWT2; float y, rT; int i; if (N->OK) { if (aciStatus
www.eeworm.com/read/486048/6542512

m notch.m

%2瞒 IIR notch filter 拌荐 备窍扁 %[bi,ai]=notch(band,notch_frequency,sampling) function[bi,ai]=notch(band,notch_frequency,sampling) fs=sampling; % sampling freq. fo=notch_frequency/(fs/
www.eeworm.com/read/338860/12275886

exe notch.exe