The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
标签: illustrates elimination Gaussian pivoting
上传时间: 2014-01-21
上传用户:lxm
第一章:MATLAB6 简介 第二章:离散信号及其MATLAB实现 第三章:离散系统及其MATLAB实现 第四章:信号变换及其MATLAB实现 第五章:离散系统的结构及其MATLAB实现 第六.七.八章:基于MATLAB的IIR DF.FIR DF 设计 功率谱估计
上传时间: 2014-01-19
上传用户:wxhwjf
matlab下数字信号处理实现例程,包括FFT进行信号频谱分析,窗函数法设计FIR滤波器,IIR滤波器的实现等
上传时间: 2016-12-09
上传用户:shawvi
DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。
上传时间: 2014-01-16
上传用户:D&L37
FIR滤波器设计程序,在MATLAB环境下实现FIR数字滤波器的设计
上传时间: 2013-12-04
上传用户:kelimu
加权最优FIR滤波器,反对称FIR滤波器,微分FIR滤波器的matlab实现。
上传时间: 2014-01-10
上传用户:wangdean1101
数字信号处理实验详解及MATLAB实现源代码 实验一: 系统响应及系统稳定性 实验二: 时域采样与频域采样 实验三: 用FFT对信号作频谱分析 实验四:IIR数字滤波器设计及软件实现 实验五: FIR数字滤波器设计与软件实现 实验六: 数字信号处理在双音多频拨号系统中的应用
上传时间: 2013-11-28
上传用户:yyq123456789
FIR数字滤波器设计,采用了matlab的图形界面设计。
上传时间: 2017-03-13
上传用户:sclyutian
The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phase and causal FIR filter h[n]. To truncate the impulse response of the ideal filter a time window w[n] is used. Available windows in Matlab are rectangular [or boxcar in Matlab], bartlett, hamming, hanning
标签: linear-phase The the filters
上传时间: 2017-03-20
上传用户:PresidentHuang
matlab程序,实现fir各种窗函数的滤波 iir各种类型的滤波
上传时间: 2014-01-27
上传用户:han_zh