-
Newton
内含Newtonback.m,Newtonforward.m文件,牛顿插值法,向前向后插值。(Intron Newtonback.m, Newtonforward.m documents, Newton)
- 2008-06-04 22:35:28下载
- 积分:1
-
378
Dynamic and steady state model of Doubly fed induction generator back to back supply for wind energy power system using matlab
- 2010-01-09 17:30:15下载
- 积分:1
-
pinyu-shiyu-fenxi
说明: 对一个单位负反馈系统, 当k=1.5时,绘制其bode图和nyquist图;(For a unit negative-feedback system, when k = 1.5, rendering the Nyquist diagrams and Bode figure )
- 2011-04-14 16:37:07下载
- 积分:1
-
Chapter-6-matrix-calculation
第6章 矩阵特征值计算.zip。是从书中光盘里拷贝的代码,放在这里与大家共享,希望对大家有帮助。(Chapter 6 matrix eigenvalue calculation)
- 2012-03-27 10:45:39下载
- 积分:1
-
Programs-with-Matlab
Programs using Matlab language that can be used as exercices
- 2013-09-28 21:58:05下载
- 积分:1
-
disybs
将序列粗粒化,用于多尺度熵的计算,样本熵是多尺度熵的来源
- 2021-04-07 22:09:01下载
- 积分:1
-
FFTandCONV
用matlab编写的线性卷积和FFT,与matlab自带函数功能一样。每行代码都有注释,便于拓扑和扩展(Linear convolution and FFT using matlab matlab own function function. Each line of code is well commented, easy topology and extended)
- 2013-03-22 15:51:19下载
- 积分:1
-
bpsk_zf_mmse_equalization
代码实现了最小均方差和迫零均衡器的误码率仿真图,并且通过对比理论曲线,验证了代码的正确性。(Code implements the MMSE and zero forcing equalizer BER simulation diagram, and by comparing the theoretical curves to verify the correctness of the code.)
- 2013-11-16 09:25:50下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1
-
lowpassfilter
利用Kaiser窗设计一个低通滤波器,通带参数、阻带参数、阻带衰减、通带纹波都可以进行调整。程序简单易懂,按照凯塞窗设计滤波器的步骤,非常容易理解,得到的参数可以在MATLAB命令窗口中看到。(Kaiser window design using a low-pass filter, pass parameters, the stopband parameters, stopband attenuation, passband ripple can be adjusted)
- 2011-07-15 21:30:09下载
- 积分:1