-
ToolboxIGARSS2004
very important
tool box for matlab
- 2010-05-15 22:44:31下载
- 积分:1
-
Lorenz_bifur_r
lorenz系统的分叉研究,主研是研究稳定性的相关东西(lorenz system of bifurcation, the main research is to study something related to the stability of)
- 2011-10-16 14:41:33下载
- 积分:1
-
Optimization
Optimization Techniques
- 2013-12-21 13:19:44下载
- 积分:1
-
VCmatlab-engine
说明: VC++连接MATLAB,VC++连接MATLABVC++连接MATLAB,VC++连接MATLAB,VC++连接MATLAB,VC++连接MATLAB
(VC++ to connect MATLAB, VC++ connection MATLABVC++ connection MATLAB, VC++ to connect MATLAB, VC++ to connect MATLAB, VC++ connection MATLAB)
- 2011-03-16 23:09:59下载
- 积分:1
-
MATLAB-30-ANN
入门好书《MATLAB神经网络30个案例分析》,连同源程序,许多应用范例(good book for matlab ANN)
- 2014-02-19 14:11:35下载
- 积分:1
-
star16qam
星形16QAM的编码与解码,主要是进码流进行编码,加噪声,显示画图,最后解码(Star 16QAM encoding and decoding, encoding and decoding of the star 16QAM star 16QAM encoding and decoding, encoding and decoding of the star 16QAM, star 16QAM encoding and decoding,)
- 2013-04-09 11:32:55下载
- 积分:1
-
chanEst
Matlab code for Channel Estimation
- 2009-10-09 07:44:08下载
- 积分:1
-
EqChaleurCrankNicholson
Resolution of heat equation using Crank Nicholson method. Implemented in matlab language.
- 2009-05-27 12:33:47下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
iirdesign
Infinite impulse response (IIR) is a property of signal processing systems. Systems with this property are known as IIR systems or, when dealing with filter systems, as IIR filters. IIR systems have an impulse response function that is non-zero over an infinite length of time. This is in contrast to finite impulse response (FIR) filters, which have fixed-duration impulse responses. The simplest analog IIR filter is an RC filter made up of a single resistor (R) feeding into a node shared with a single capacitor (C). This filter has an exponential impulse response characterized by an RC time constant.
- 2012-04-12 20:50:07下载
- 积分:1