-
nonlineareq
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
(see quasi-Newton or Levenberg-Marquardt methods).
g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2)
g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2)
- 2012-03-27 03:28:25下载
- 积分:1
-
wcdma_simulink
有关wcdma 模型的simulink 仿真程序,内容丰富,具有一定的参考价值(Wcdma model on simulink simulation program, rich in content, with some reference value)
- 2011-06-01 15:36:05下载
- 积分:1
-
matlabhuitu
matlab 绘图实例对数坐标 极坐标 直方图 三维图 绘图命令(matlab drawing instance logarithmic coordinates polar coordinates the three-dimensional map of the histogram drawing commands)
- 2012-05-24 16:10:20下载
- 积分:1
-
Hounsfield
Matlab routine to calculate the Hounsfield CT Numbers
- 2015-02-06 01:02:25下载
- 积分:1
-
sim816
阵列信号处理,雷达侦察,music算法,MVDR算法的doa估计(Array signal processing, radar reconnaissance, MVDR algorithm, the algorithm could estimate doa)
- 2010-08-17 23:47:05下载
- 积分:1
-
yichuanmatlab
在matlab环境下编写的程序,有具体的例子,适合于初学者。(The process of genetic algorithm under the environment of MATLAB, there is a specific example, suitable for beginners)
- 2015-02-06 20:33:52下载
- 积分:1
-
xiaobobianhuanbianyuanjiance
一个小波边缘检测的MATLAB程序,一个小波边缘检测的MATLAB程序(One of the MATLAB wavelet edge detection procedure, one of the MATLAB wavelet edge detection procedure)
- 2009-04-07 21:32:21下载
- 积分:1
-
generate_random
说明: Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。(generate the random number you give the rules.)
- 2009-08-01 11:00:50下载
- 积分:1
-
gpts
说明: 一个可以实现图像的高频提升MATLAB程序
- 2010-05-01 21:10:47下载
- 积分:1
-
Up_synchronization_Dick
The timing_recovery_1.mdl uses Simulinks variable step solver to create a continous time
QPSK signal with both carrier and symbol rate errors. This is a relativly straight forward
approach, but is computationally expensive.
The sescond model, timing_recovery_2Q.mdl uses a purely discrete time approach using the
same fractional sample delay approach as does the receiver. This can run much faster.
- 2012-01-04 13:42:55下载
- 积分:1