代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/181851/9234609
cof lp2000.cof
//lp2000.cof IIR lowpass coefficients file, cutoff frequency 2 kHz
#define stages 4 //number of 2nd-order stages
int a[stages][3] = { //numerator coefficients
{304, 608, 304}, /
www.eeworm.com/read/181851/9234762
cof lp55.cof
//LP55.COF Coefficients for FIR lowpass filter. Cutoff frequency Fs/4 = 2 kHz
float h[55]={3.6353E-003,-1.1901E-003,-4.5219E-003, 2.6882E-003, 5.1775E-003,
-4.7252E-003,-5.4097E-003, 7.2940E-
www.eeworm.com/read/378320/9237181
m ad_lp.m
%用MATLAB设计自适应低通滤波器
%对噪声滤波
t=0:0.1:399.9
f=50
xs=10*sin(0.5*t)%XS是周期性信号sin(0.5*t)
figure
subplot(2,1,1)
plot(t,xs);grid;
ylabel('幅值');title('要提取的信号xs')
xn=randn(size(t)) %+cos(0.5*t)% XN是干扰信号
www.eeworm.com/read/373828/9433173
cof lp33.cof
//lp33.cof low pass FIR filter coefficients designed using fir1(32,0.45)
#define N 33 // number of coefficients
float h[N] = {
-9.3509933339593076e-004,
1.3324942475194321e-003
www.eeworm.com/read/373828/9433301
cof lp55.cof
//LP55.COF Coefficients file for lowpass @ Fs/4 = 2 kHz
float hlp[55]={3.6353E-003,-1.1901E-003,-4.5219E-003, 2.6882E-003, 5.1775E-003,
-4.7252E-003,-5.4097E-003, 7.2940E-003, 4.9986E-003,-1.
www.eeworm.com/read/373828/9433325
cof lp55.cof
//lp55.cof Coefficients file for lowpass FIR filter centered @ Fs/4
#define N 55 //number of coefficients
float h[N]={3.6353E-003,-1.1901E-003,-4.5219E-003, 2.6882E-003, 5.1775E-003,
www.eeworm.com/read/373828/9433371
cof lp1500.cof
/*lp1500.cof FIR lowpass filter coefficients file*/
#define N 81 /*length of filter*/
short hlp[N]=
{
-6,13,42,52,14,-40,
-45,18,74,35,-70,-100,
12,137,89,-105,-1
www.eeworm.com/read/373828/9433379
cof lp3000.cof
//LP3000 FIR lowpass filter coefficients file using Kaiser window
#define N 81 //length of filter
short hlp3000[N]=
{
0,-9,17,-16,0,24,
-41,35,0,-49,80,-66,
0,87,-1
www.eeworm.com/read/373828/9433384
cof lp600.cof
//LP600.cof FIR lowpass filter coefficients using Kaizer window
#define N 81 //length of filter
short hlp600[N] = {0,-6,-14,-22,-26,-24,-13,8,34,61,80,83,63,19,-43,-113,
-171,-201