代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/294899/8194765
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/294899/8194783
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/193736/8205160
m kdiff.m
% 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/292509/8350182
dpr setup.dpr
program setup;
uses
Forms,
main in 'main.pas' {frmain},
fir in 'fir.pas' {frmfir},
sec in 'sec.pas' {frmsec};
{$R *.res}
begin
Application.Initialize;
Application.Title := '
www.eeworm.com/read/173659/9644864
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/366885/9794434
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/267810/11161507
cpp memorysource.cpp
#include
#include
#include
#include "conio.h"
#define NULL 0
#define getspace(type) (type*)malloc(sizeof(type))
#define ProNum 6 //
#define codemaxlen 16 //程
www.eeworm.com/read/265882/11251361
lkf debug.lkf
-z -q -c -m"./Debug/FIRLAB.map" -o"./Debug/FIRLAB.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"
"C:\ti\my
www.eeworm.com/read/265882/11251368
lkv debug.lkv
-z -q -c -m"./Debug/FIRLAB.map" -o"./Debug/FIRLAB.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"
"C:\ti\my
www.eeworm.com/read/148256/12480284
m q724.m
%《MATLAB及在电子信息课程中的应用》第七章例7.24程序q724
% 用各种窗函数设计FIR数字滤波器q724
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
clear;close all
N=21; wc=pi/4; % 理想低通滤波器参数
n=0:N-1; r=(N-1)/2;
hdn=sin(wc*