代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/391328/8408616
transcript
# Reading C:/Modeltech_6.2b/tcl/vsim/pref.tcl
# // ModelSim SE 6.2b Jul 31 2006
# //
# // Copyright 2006 Mentor Graphics Corporation
# // All Rights Reserved.
# //
# // THIS WO
www.eeworm.com/read/188318/8550955
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/432518/8597366
log cc_build.log
dspa fir.asm fir.obj -gs -v2xx
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
PASS 1
PASS 2
No Errors, No Warnings
dsp
www.eeworm.com/read/388066/8639421
c constant_tables.c
//**************************************************************************
// This is a simple sinne gen function written in C
//
// Vincent Chan
// Texas Instruments Hong Kong Ltd
//
www.eeworm.com/read/431312/8689167
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/386875/8720265
asm firstereo.asm
/******************************************************************************
Copyright(c) 2000-2003 Analog Devices Inc.
***************************************************************************
www.eeworm.com/read/386875/8720300
bak firstereo.asm.bak
/******************************************************************************
Copyright(c) 2000-2003 Analog Devices Inc.
***************************************************************************
www.eeworm.com/read/386581/8737792
m designhigherfilter.m
%DesignHigherFilter.m
function B=DesignHigherFilter(W0)
fs=8000;
N=199;
k=2*pi/fs;
Bandwidth=110;
wc1=(W0-Bandwidth/2)*k;
wc2=(W0+Bandwidth/2)*k;
B=fir2(N,[0,wc1/pi,wc2/pi,1],[0,1,1,0]);
www.eeworm.com/read/285822/8809381
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/284604/8914084
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------