代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/309974/13661232
lkf custom.lkf
-z -c -o"test.out" -x -i"e:/c5400/bios/lib" -i"e:/c5400/rtdx/lib" -i"e:/c5400/cgtools/lib"
"D:\C54fir\fir\test.obj"
"E:\hpassfir\test.cmd"
www.eeworm.com/read/302855/13826237
zsf wed.zsf
D:/altera/qdesigns60/My_design/FIR1/FIR1.vwf 0 250000 596 250000 0
www.eeworm.com/read/302855/13826297
zsf wed.zsf
D:/altera/qdesigns60/My_design/FIR2/FIR2.vwf 0 250000 540 250000 0
www.eeworm.com/read/302099/13842343
m hammingfir.m
clear all;
N=10;
b1=fir1(N,0.25,boxcar(N+1));
b2=fir1(N,0.25,hamming(N+1));
M=128;
h1=freqz(b1,1,M);
h2=freqz(b2,1,M);
t=0:10;
subplot(2,2,1)
stem(t,b2,'.');hold on;
plot(t,zeros(1,11));grid
www.eeworm.com/read/152843/5663494
h ali-ircc.h
/*********************************************************************
*
* Filename: ali-ircc.h
* Version: 0.5
* Description: Driver for the ALI M1535D and M1543C FIR
www.eeworm.com/read/152490/5673620
lkf debug.lkf
-z -q -c -o"./Debug/fir.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\dsptest\fir\Debug\ex10.obj"
"D:\dsptest\fir\experi.cmd"
www.eeworm.com/read/152490/5673623
lkv debug.lkv
-z -q -c -o"./Debug/fir.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\dsptest\fir\Debug\ex10.obj"
"D:\dsptest\fir\experi.cmd"
www.eeworm.com/read/151232/5685139
c twocross.c
/* file : twocross.c
*
* purpose : implemnet of two-point crossover
*
*/
#include
#include
#include
void
twocross(Kid1,Kid2,len)
int len; /* t
www.eeworm.com/read/147766/5727415
h ali-ircc.h
/*********************************************************************
*
* Filename: ali-ircc.h
* Version: 0.5
* Description: Driver for the ALI M1535D and M1543C FIR
www.eeworm.com/read/147476/5728998
c twocross.c
/* file : twocross.c
*
* purpose : implemnet of two-point crossover
*
*/
#include
#include
#include
void
twocross(Kid1,Kid2,len)
int len; /* t