代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/329646/12943308
lkv debug.lkv
-z -q -c -m"./Debug/fir.map" -o"./Debug/fir.out" -x -i"c:/ti/C5400/bios/lib" -i"c:/ti/C5400/dsk5416/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/xdais/lib" -i"c:/ti/c5400/cgtools/lib"
"f:\3041100072\
www.eeworm.com/read/243168/12957761
c adaptpredict_pcm.c
//Adaptpredict_pcm.c Adaptive predictor to cancel interference
#define beta 1E-13 //rate of convergence
#define N 60 //# of coefficients of adapt FIR
#
www.eeworm.com/read/243168/12957792
log cc_build_debug.log
---------------------------- FIR4ways.pjt - Debug ----------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -q -o3 -fr"C:/ti/myprojects/FIR4ways" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c
www.eeworm.com/read/141489/13008360
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/140688/13067402
mak tasm.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/327492/13075180
m myfreqz.m
function [db,mag,pha,grd,w] = myfreqz(b,a);
%《数字信号处理教程——MATLAB释义与实现》子程序
% freqz 子程序的扩展版本,可得出分贝幅特性和群迟延特性
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [db,mag,pha,grd,w] = myfreqz(b,a);
% ----------------------
www.eeworm.com/read/326278/13151196
lkv debug.lkv
-z -q -o"./Debug/fir6.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib"
"D:\ti\myprojects\fir6\Debug\fir6.obj"
"D:\ti\myprojects\fir6\Debug\vectors.obj"
"D:\ti\m
www.eeworm.com/read/326278/13151202
log cc_build_debug.log
------------------------------ fir6.pjt - Debug ------------------------------
"d:\ti\c5400\cgtools\bin\cl500" -@"Debug.lkf"
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
www.eeworm.com/read/326278/13151210
lkf debug.lkf
-z -q -o"./Debug/fir6.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib"
"D:\ti\myprojects\fir6\Debug\fir6.obj"
"D:\ti\myprojects\fir6\Debug\vectors.obj"
"D:\ti\m
www.eeworm.com/read/326278/13151405
lkv debug.lkv
-z -q -c -o"./Debug/fir.out" -x -i"c:/ti/C5400/bios/lib" -i"c:/ti/C5400/dsk5416/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/xdais/lib" -i"c:/ti/c5400/cgtools/lib"
"F:\DSPD\CLIENT\DSPPROGRAM\FIR\c54i