代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/197375/8001586
log cc_build.log
asm30 fir.ASM fir.obj -lqsx -v30 -mrb -gs
lnk30 Sp.mak
TMS320C3x/4x COFF Linker Version 5.11
Copyright (c) 1987-1999 Texas Instruments Incorporated
Build Complete,
0 Errors, 0 Wa
www.eeworm.com/read/196818/8058141
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/196090/8115604
lkv custom.lkv
-z -c -o"fir.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\myprojects\fir\fir.obj"
"C:\ti\myprojects\fir\rts.lib"
"C:\ti\myprojects\fir\fir.cmd"
www.eeworm.com/read/196090/8115633
lkf custom.lkf
-z -c -o"fir.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\myprojects\fir\fir.obj"
"C:\ti\myprojects\fir\rts.lib"
"C:\ti\myprojects\fir\fir.cmd"
www.eeworm.com/read/333133/12700857
m firgaotongjuxingandhanmmingbijiao.m
Wn=0.7;
n=38;
b1=fir1(n,Wn,'high');
w=boxcar(n+1);
b2=fir1(n,Wn,'high',window);
[H1,W1]=freqz(b1,1,512,2);
[H2,W2]=freqz(b2,1,512,2);
subplot(2,1,1);
plot(W1,20*log(abs(H1)));
xlabel('归一化频率')
www.eeworm.com/read/333132/12700870
m firgaotongchebyandhanmmingbijiao.m
Wn=0.7;
n=38;
b1=fir1(n,Wn,'high');
w=chebwin(n+1,30);
b2=fir1(n,Wn,'high',window);
[H1,W1]=freqz(b1,1,512,2);
[H2,W2]=freqz(b2,1,512,2);
subplot(2,1,1);
plot(W1,20*log(abs(H1)));
xlabel('归一化
www.eeworm.com/read/333128/12701013
m firdaitongchebyandhanmmingbijiao.m
Wn=[0.4,0.7];
n=28;
b1=fir1(n,Wn);
w=chebwin(n+1,30);
b2=fir1(n,Wn,window);
[H1,W1]=freqz(b1,1,512,2);
[H2,W2]=freqz(b2,1,512,2);
subplot(2,1,1);
plot(W1,20*log(abs(H1)));
xlabel('归一化频率');
y
www.eeworm.com/read/144351/12801229
m q724.m
%《MATLAB在电子信息课程中的应用》第七章例7.24程序q724
% 用各种窗函数设计FIR数字滤波器q724
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear;close all
N=21; wc=pi/4; % 理想低通滤波器参数
n=0:N-1; r=(N-1)/2;
hdn=sin(wc*(n-r))/pi./(n-r);
www.eeworm.com/read/143792/12843637
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/331142/12846006
lkf debug.lkf
-z -o"./Debug/fir0.out" -x -i"d:/program files/ti/c5400/bios/lib" -i"d:/program files/ti/c5400/rtdx/lib" -i"d:/program files/ti/c5400/cgtools/lib"
"D:\Program Files\ti\myprojects\fir0\Debug\fir0.obj"