Welcome![Sign In][Sign Up]
Location:
Search - digital filter design matlab

Search list

[DSP programMATLAB+DSP

Description: 数字滤波器的MATLAB设计与DSP上的实现-Digital Filter Design with MATLAB DSP Implementation
Platform: | Size: 36864 | Author: 势头 | Hits:

[Communication-MobileFIR-matlab

Description: FIR数字滤波器的设计 matlab语言-FIR digital filter design matlab language
Platform: | Size: 138240 | Author: 邱杰富 | Hits:

[matlabFIRdesign

Description: FIR数字滤波器的设计方法主要是建立在对理想滤波器频率特性作某种近似的基础上的。这些近似方法有窗函数法、频率抽样法、最佳一致逼近法。在这里只讨论窗函数法。程序中也是采用了这种方法。-FIR digital filter design method is mainly based on the frequency characteristics of the ideal filter for some kind of approximation on the basis of. These approximate methods are a window function method, frequency sampling method, the best uniform approximation method. Here only to discuss the window function method. Procedure is also adopted this approach.
Platform: | Size: 217088 | Author: 李文 | Hits:

[matlabChebyshev1IIRdigitalfilter

Description: 这是本人夏季学期的课程设计:模拟信号数字化滤波处理的计算仿真-Chebyshev I型低通滤波,对模拟信号进行数字化滤波处理。根据数字滤波器的性能指标,计算出Chebyshev1型低通IIR数字滤波器的系统函数,画出数字滤波器的频率响应曲线,给出Chebyshev1型低通IIR数字滤波器的设计结果。-This is my summer semester of the curriculum design: analog signal processing digital simulation filtering-Chebyshev I-type low-pass filtering, on the analog signal to digital filter processing. Digital filter in accordance with performance indicators, calculated Chebyshev1-type low-pass IIR digital filter systems function, to draw the digital filter frequency response curve, give Chebyshev1 type low-pass IIR digital filter design.
Platform: | Size: 2048 | Author: 阿祥古 | Hits:

[matlabdig_filter

Description: 数字低通滤波器到数字带通滤波器 MATLAB编码设计-Digital low-pass filter to the digital band-pass filter design MATLAB coding
Platform: | Size: 4096 | Author: 凌衾 | Hits:

[matlabIIRdigitalfilerdesignanoftwareimplementation

Description: IIR数字滤波器设计及软件实现。1. 熟悉用双线性变换法设计IIR数字滤波器的原理与方法; 2. 学会调用MATLAB信号处理工具箱中滤波器设计函数(或滤波器设计分析工具fdatool)设计 各种IIR数字滤波器,学会根据滤波需求确定滤波器指标参数。 3. 掌握IIR数字滤波器的MATLAB实现方法。 4. 通过观察滤波器输入输出信号的时域波形及其频谱,建立数字滤波的概念。 -IIR digital filter design and software implementation
Platform: | Size: 61440 | Author: Elihu | Hits:

[matlabFIRfilters

Description: FIR数字滤波器的设计,利用各种窗函数设计各种类型的数字滤波器。-FIR digital filter design, using a variety of window function design of various types of digital filters.
Platform: | Size: 5120 | Author: gaojing | Hits:

[Software Engineeringadvanced_signal_processing

Description: 现代数字喜好处理的MATLAB程序代码,包含随机过程分析,各种功率谱估计(欧拉方程法、协方差算法、burg算法、修正协方差算法、等等),维纳滤波器的设计、自适应滤波器的设计。 note:里面包含一些很实际的算法设计,比如说:没有发送序列的自适应噪声抵消技术,etc .还包含了详细的设计报告!-Preferences of modern digital processing MATLAB code, including the random process analysis, a variety of power spectrum estimation (Euler equation method, covariance method, burg algorithm, modified covariance algorithm, etc.), Wiener filter design, adaptive filter design. note: which contains some very practical algorithm design, such as: no send sequence adaptive noise cancellation technology, etc. also includes a detailed design report!
Platform: | Size: 577536 | Author: leexian | Hits:

[Special EffectsExample3_3_4FilterFreqResponse

Description: 二维数字滤波器设计程序,用于频域滤波,非常好用!-2-D digital filter design
Platform: | Size: 1024 | Author: qiudongsun | Hits:

[matlabMATLAB

Description: 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of digital signal processing algorithms in the basic principles, including the Z transform, DFT transform and its fast algorithm FFT and other signal transform algorithm and including IIR and FIR digital filter design and implementation, discussed in detail by using MATLAB software, the signal transformation The principle and design of digital filters ﹑ steps and implementations, and gives MATLAB-based simulation and emulation. Article Finally, the experimental results and the results made on the further explanation and clarification. Key words: Z transform, discrete Fourier transform DFT, digital filter, system architecture simulation
Platform: | Size: 256000 | Author: zhd | Hits:

[matlabDigitalFilter

Description: 1.题目:数字滤波器的设计与应用 2.设计要求:利用 Matlab 软件,以复合信号分离为例,对 “数字信号处理” 课程中 的谱分析 、数字滤波器设计和信号滤波这三个过程进行了仿真实现,给出了仿真结果。 3.具体步骤: (1)构造原始信号s(t) (2)画出s(t)的频谱 (3)设计ellipse数字滤波器(IIR),包括低通,带通,带通,并显示幅频特性 (4)用得到的滤波器进行滤波,分离出三路信号,观察时域波形和幅频特性 (5)用三路信号s1,s2,s3尝试重新合成原始信号 4.问题:为什么重新合成的信号和原信号不相等呢?谁能解释一下?谢谢,QQ:664519036- 1. Title: Digital Filter Design and Application 2. Design requirements: use of Matlab software to composite signal separation, for example, on "Digital Signal Processing" course Of the spectral analysis, digital filter design and signal filtering process carried out three Simulation, the simulation results. 3. Concrete steps: (1) construct the original signal s (t) (2) Draw s (t) of the spectrum (3) design ellipse digital filter (IIR), including low pass, band pass, band pass, and shows amplitude-frequency characteristics (4) filtering with a filter obtained by the isolation of three signals, observed time-domain waveform and frequency characteristics (5) with a three-way signal s1, s2, s3 try to re-synthesis of the original signal 4. Question: Why is re-synthesized signal and the original signal is not equal to it? Who can explain? Thank you, QQ: 664519036
Platform: | Size: 1024 | Author: 张智刚 | Hits:

[matlabFIR_digital_filter_design

Description: 毕业论文 FIR滤波器的设计 毕业论文 FIR滤波器的设计-FIR filter design thesis
Platform: | Size: 1155072 | Author: 李松 | Hits:

[matlabfilter-design-in-matlabGUI-

Description: GUI matlab 数字滤波器图形化设计 包含使用说明和设计报告、ppt-GUI matlab digital filter design graphic design report contains usage instructions and, ppt
Platform: | Size: 930816 | Author: RobinZhang | Hits:

[matlabDIGITAL-FILTER-DESIGN

Description: 歌曲中人声消除的原理; wav文件的格式; IIR和FIR数字滤波器的设计方法; C语言或Matlab的编程知识。 -Elimination of the principle of human acoustic songs wav file format IIR and FIR digital filter design C or Matlab programming language knowledge.
Platform: | Size: 194560 | Author: 陈添 | Hits:

[Special Effectsmatlab-Digital-filter-design

Description: 基于Matlab的数字滤波器设计及其对语音信号的应用-Matlab-based digital filter design and application of the speech signal
Platform: | Size: 98304 | Author: yuyanlin | Hits:

[Special Effectsmatlab_digital_filter_design

Description: 基于matlab fdatool的数字滤波器设计,并应用到实际信号的滤波处理中。(内附fdatool设计步骤,参数,待滤波的数字信号数据)-Based on matlab fdatool digital filter design, and apply the filter to the actual signal processing. (With fdatool design steps, parameters, data to be filtered digital signal)
Platform: | Size: 410624 | Author: | Hits:

[WaveletDigital-filter-design

Description: 数字滤波器设计及在语音信号分析中的应用,利用MATLAB的界面设计功能,设计一个MATLAB环境下的人机交互界面,完成上述滤波器的设计及滤波过程,要求能够接收输入的设计参数,查看设计结果及滤波结果。-Digital filter design and application of analysis in speech signal, use of MATLAB interface design function, design a MATLAB environment of man-machine interface, complete the above the design of filter and filter process, request to receive input design parameters, check design results and filter results.
Platform: | Size: 9216 | Author: 刘海 | Hits:

[OtherDigital-Filter-Design

Description: 关于数字滤波器设计的一些方法和思想,通过Matlab环境来实现。-About some of the methods of digital filter design and ideas abroad classic books.
Platform: | Size: 9249792 | Author: 刘新飞 | Hits:

[OtherIIR-digital-filter-in-MATLAB

Description: 采用脉冲响应不变法和双线性变换法设计IIR数字滤波器。 -Using impulse response method and bilinear transform IIR digital filter design.
Platform: | Size: 2048 | Author: 林丹鹭 | Hits:

[OtherThe-digital-filter-design-

Description: 基于Matlab的数字滤波器设计,包括设计的参考资料,源程序和运行结果。-Matlab digital filter design, including the design references, source code, and based on the results.
Platform: | Size: 1768448 | Author: 小样 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net