代码搜索:如何学习 Fir?

找到约 10,000 项符合「如何学习 Fir?」的源代码

代码结果 10,000
www.eeworm.com/read/341761/12067093

log cc_build_debug.log

------------------------------ fir2.pjt - Debug ------------------------------ "d:\program files\ti\c5400\cgtools\bin\cl500" -g -q -fr"D:/Program Files/ti/myprojects/fir2/Debug" -d"_DEBUG" -@"Debug
www.eeworm.com/read/341761/12067094

lkv debug.lkv

-z -q -c -o"./Debug/fir2.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\fir2\Debug\fir
www.eeworm.com/read/341761/12067200

lkf debug.lkf

-z -q -c -o"./Debug/fir.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib" "D:\ti\myprojects\fir\Debug\fir.obj" "D:\ti\myprojects\fir1\fir.cmd"
www.eeworm.com/read/341761/12067204

log cc_build_debug.log

------------------------------ fir.pjt - Debug ------------------------------ "d:\ti\c5400\cgtools\bin\cl500" -g -q -fr"D:/ti/myprojects/fir/Debug" -d"_DEBUG" -@"../fir/Debug.lkf" "fir.asm"
www.eeworm.com/read/341761/12067206

lkv debug.lkv

-z -q -c -o"./Debug/fir.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib" "D:\ti\myprojects\fir\Debug\fir.obj" "D:\ti\myprojects\fir1\fir.cmd"
www.eeworm.com/read/255005/12106840

txt kdiff.m.txt

% kdiff.m - lowpass FIR differentiator design using Kaiser window. % % h = kdiff(fs, fc, Df, A) % % fc = cutoff frequency in [Hz] % Df = transition width in [Hz] % A = stopband ripple attenuation in [
www.eeworm.com/read/151561/12200933

m dir2latc.m

function [K]=dir2latc(b) % FIR Direct form to All - Zero Lattice form Conversion % -------------------------- %[K]=dir2latc(b) % b=FIR direct form coefficients (impulse response) % M=length(b);
www.eeworm.com/read/151081/12236398

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/337844/12336914

cpp 1010.cpp

#include #include struct point { double x,y; }; struct line { point a,b; }; double cal_area(point polygon[],int n) { double area=0; area=polygon[0].y*(
www.eeworm.com/read/337844/12336922

cpp 1010_vc.cpp

#include #include const double preci=10e-12; int same(double fir,double sec) { if(fabs(fir-sec)