CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fir word
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fir word - List
[
File Format
]
matlabFIR11
DL : 0
用Matlab函数对数字滤波器进行设计和实现,同时也加深我们对数字滤波器的常用指标和设计过程的理解 word文档-with Matlab functions on digital filter design and implementation, also deepen our understanding of the common digital filter design process indicators and understanding word document
Update
: 2025-02-19
Size
: 27kb
Publisher
:
tintin
[
VHDL-FPGA-Verilog
]
fpga
DL : 0
fpga功能实现有限字长响应FIR 用verilog编写-FPGA functionality in response to the realization of finite word-length FIR prepared using Verilog
Update
: 2025-02-19
Size
: 136kb
Publisher
:
吴务
[
Embeded-SCM Develop
]
iirfir
DL : 0
数字滤波器的基本结构 IIR数字滤波器的基本结构 FIR数字滤波器的基本结构 格型结构等等都是最基本的东西 -The basic structure of digital filters IIR Digital Filter FIR digital filter the basic structure of the basic structure of lattice-type structure, etc. are the most basic things
Update
: 2025-02-19
Size
: 1.15mb
Publisher
:
hjx
[
SCM
]
case4
DL : 0
DA算法中的使用的查找表模块,本程序先设计查找表,然后设计4*4DA算法模块,之后进行位扩展和字扩展得到32阶滤波器程序.附带4各表,和FIR滤波器序数-DA algorithm used in the lookup table module, the design of the program first look-up table, and then design 4* 4DA algorithm module, after the word-bit expansion and extension of the procedure to be 32-order filter
Update
: 2025-02-19
Size
: 10kb
Publisher
:
黄萌
[
Mathimatics-Numerical algorithms
]
Finite_wordlength_effect
DL : 0
有限字长效应对滤波器的影响仿真程序。对IIR和FIR滤波器分别进行仿真,结果为零极点和信号波形。mian.m是主程序,其余两个是用来模拟量化误差的子程序。比较不错的程序哦~-The word filter to deal with a limited impact on long-term simulation program. IIR and FIR filters for each simulation, the results of zero-pole and signal waveform. mian.m is the main program, and the remaining two are used to simulate the quantization error of the subroutine. Oh well the procedure compared ~
Update
: 2025-02-19
Size
: 2kb
Publisher
:
洪耀辉
[
Mathimatics-Numerical algorithms
]
filters
DL : 0
这是用matlab编写的,关于fir和iir滤波器的资料,包括程序和Word说明,非常简便易行-This is prepared using matlab, fir and iir filters on information, including procedures and Word shows that very simple
Update
: 2025-02-19
Size
: 49kb
Publisher
:
Carl
[
Documents
]
szxh
DL : 0
数字信号处理课程设计 信号的时域分析 系统分析与设计 IIR数字滤波器设计 FIR数字滤波器设计 -Digital Signal Processing course design analysis of time-domain signal analysis and design IIR digital filter design FIR digital filter design
Update
: 2025-02-19
Size
: 105kb
Publisher
:
li
[
VHDL-FPGA-Verilog
]
fir_compiler
DL : 0
FIR编译器。自动生成具有用户自定参数的FIR滤波器。 在 matlab里面设计滤波器,matlab里面设计输入字长。生成的rtl代码是该文件的头部有位宽宏定义,可以自行查阅。 -FIR Compiler. Automatically generate a user-defined parameters of FIR filters. Design a filter inside the matlab, matlab which design input word length. Rtl code is generated by the head of the document there was a generous definition, self-inspection.
Update
: 2025-02-19
Size
: 2.04mb
Publisher
:
秋田
[
VHDL-FPGA-Verilog
]
FIR
DL : 0
FIR滤波器c语言实现,具体的代码放在word中。-FIR filter c language, in the doc.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
wangyou
[
File Format
]
myq
DL : 0
可以实现十进制转换成任意字长的二进制。并又可以按照这个二进制转换成十进制。这个程序对于分析不同字长对于IIR数字滤波器和FIR滤波器的影响是非常有用的。-Decimal to convert any word length of the binary. And also in accordance with this binary to decimal conversion. This program is very useful for the analysis of the impact of different word length for the IIR digital filter and FIR filter.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
马业杞
[
2D Graphic
]
FIR-filter-design
DL : 0
窗函数法设计滤波器详细介绍,绝对原创,精心力作,有源码和word介绍-Window function design filter details, absolutely original, well-masterpiece, a source and word introduction
Update
: 2025-02-19
Size
: 485kb
Publisher
:
申永鹏
[
Other
]
DSPII_USTC_01
DL : 0
传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 -Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions: A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl
Update
: 2025-02-19
Size
: 306kb
Publisher
:
邵曈
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.