Location:
Search - fir matlab
Search list
Description: 1. 了解FIR滤波器的原理及使用方法。2. 了解使用Matlab语言设计FIR滤波器的方法。了解DSP对FIR滤波器的设计及编程方法。-1.familiar with FIR.
2.familiar with using matlab design FIR
3.familiar with DSP program for FIR
Platform: |
Size: 539648 |
Author: feng |
Hits:
Description: 利用matlab实现的Fir滤波器设计程序。程序有较好的运行界面,滤波器各种参数均可设置。-Using matlab realize the Fir filter design procedures. Procedures for the operation of the interface have good, filter parameters can be set up.
Platform: |
Size: 61440 |
Author: ron |
Hits:
Description: 在matlab下用DSPbuilder实现的16阶FIR滤波器-In matlab using DSPbuilder realize the 16-order FIR filter
Platform: |
Size: 28672 |
Author: zgm |
Hits:
Description: 用窗函数设计法设计fir滤波器(矩形窗、汉宁窗、汉明窗、布拉克曼窗、凯泽窗)-Using window function design method the design of fir filter (rectangular window, Hanning window, Hamming window, Blackman window, kaiser window)
Platform: |
Size: 3072 |
Author: 李文嘉 |
Hits:
Description: matlab中实现有限相应滤波器FIR的程序-matlab limited to achieve the corresponding procedures for FIR Filter
Platform: |
Size: 1024 |
Author: 片片鱼 |
Hits:
Description: Practical FIR Filter Design in MATLAB
Revision 1.1
Ricardo A. Losada
The MathWorks, Inc.
3 Apple Hill Dr. Natick, MA 01760, USA
January 12, 2004
Platform: |
Size: 886784 |
Author: 陈严 |
Hits:
Description: 用MATLAB实现FIR滤波器,窗函数法,四种-Realization of FIR filters using MATLAB, the window function method, four
Platform: |
Size: 1024 |
Author: stormy |
Hits:
Description: 用matlab来实现fir滤波器,包括矩形窗、汉宁窗、汉明窗、等波纹法!-Using matlab to achieve the fir filter, including the rectangular window, Hanning window, Hamming window, such as corrugated Act!
Platform: |
Size: 219136 |
Author: 王娟芳 |
Hits:
Description: 有限冲激响应滤波器FIR的设计。采用c语言设计。系数由matlab计算得到。可在CCS环境中采用DSPs(0TMS320C5402)来实现。-Finite Impulse Response FIR filter design. Design using c language. Coefficient calculated by matlab. Can be used in the CCS environment DSPs (0TMS320C5402) to realize.
Platform: |
Size: 1024 |
Author: 颜新卉 |
Hits:
Description: FIR数字滤波器的设计 matlab语言-FIR digital filter design matlab language
Platform: |
Size: 138240 |
Author: 邱杰富 |
Hits:
Description: 用MATLAB编程实现FIR滤波器功能,很好的一个程序!-Programming with MATLAB realize FIR filter function, a procedure very good!
Platform: |
Size: 3072 |
Author: 054100603 |
Hits:
Description: 利用matlab实现fir滤波器的源程序-Realize fir filter using matlab source
Platform: |
Size: 2048 |
Author: fudcmh |
Hits:
Description: DSP数字信号处理器的FIR滤波程序,很好用的-DSP数 ?中???
Platform: |
Size: 5120 |
Author: 李世民 |
Hits:
Description: 用FIR设计数字滤波器的实验代码,附有详细的实验说明和源代码以及对实验现象的分析-FIR digital filter design using the experimental code, with detailed experimental descriptions and source code as well as the analysis of experimental phenomena
Platform: |
Size: 40960 |
Author: 甘小华 |
Hits:
Description: 数字信号处理基于matlab 文件内容
/conv(卷积部分)
dupconv 重叠保留法
freqcirconv 频域圆周卷积
freqconv 频域卷积
timecirconv 时域圆周卷积
timeconv 时域卷积
/fft(频域分析部分)
d2fft 基2FFT
dft DFT最简化程序
dtft DTFT演示
/fir(fir滤波器设计)
fir 得到fir滤波器hn
getwindow 得到fir滤波器窗函数wn
idealfilter 理想滤波器(低通,高通,带通)hdn
idealhd 理想低通滤波器
/fir gui(fir滤波器GUI设计)
gui_top 总图
gui_fir fir滤波器GUI
gui_sigout 选择信号GUI
/power caculate(功率谱分析)
directpower 直接谱分析
indirectpower 间接谱分析(估计谱分析)
noise 噪声谱分析
/sigout(常见信号产生)
sigout 离散信号产生-Digital signal processing matlab based on the content of the document/conv (convolution part) dupconv law of reservations freqcirconv overlapping frequency domain circular convolution freqconv frequency domain convolution timecirconv time-domain circular convolution timeconv time-domain convolution/fft (frequency domain analysis part) d2fft base 2FFT dft DFT the most simplified procedure dtft DTFT demo/fir (fir filter design) fir be fir filter hn getwindow be fir filter window function wn idealfilter ideal filter (low pass, high pass, band-pass) hdn idealhd ideal low-pass Filter/fir gui (fir filter GUI design) gui_top general layout gui_fir fir filter selection GUI gui_sigout signal GUI/power caculate (power spectrum analysis) directpower direct spectral analysis indirectpower indirect spectral analysis (spectral analysis estimated) noise noise spectrum analysis/sigout (common signals) sigout discrete signals
Platform: |
Size: 36864 |
Author: 李文 |
Hits:
Description: 详细具体地记录了在matlab平台中fir滤波器的设计过程-Detailed record of the matlab platform fir filter design process
Platform: |
Size: 143360 |
Author: 原来 |
Hits:
Description: 一个简单的FIR滤波器实现编程,已经过调试,完全正确可用-A simple FIR filter programming, has been debugging, can be used entirely correct
Platform: |
Size: 1024 |
Author: sujing |
Hits:
Description: 利用MATLAB开发软件进行编程,实现了数字FIR低通滤波器的功能,程序直接可以运行!-Use MATLAB to develop software for programming, implementation of digital FIR low-pass filter function, the program can run directly!
Platform: |
Size: 64512 |
Author: huangshuangping |
Hits:
Description: FIR数字滤波器的设计和实现.
matlab 7.0实现-FIR digital filter design and realization. Matlab 7.0 to achieve
Platform: |
Size: 83968 |
Author: chissie |
Hits:
Description: 基于matlab的fir数字滤波器的模拟和仿真图形,源代码 程序 用matlab打开运行即可,希望大家喜欢,谢谢!-failed to translate
Platform: |
Size: 3072 |
Author: 黄海洋 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»