-
Queens
本程序用Matlab实现了八皇后问题的所有解,用到了递归的编程思想(The procedures used Matlab eight queens problem all the solutions use recursive programming ideas)
- 2013-03-16 23:46:42下载
- 积分:1
-
lyapunov wolf
wolf法求Lyapunov指数,wolf法求Lyapunov指数(wolf method the Lyapunov exponent, wolf Lyapunov exponent of the Method)
- 2020-07-17 18:08:48下载
- 积分:1
-
Matlab_3_4
this is a courseware of matlab,which is fit for the beginner
- 2012-01-14 21:15:41下载
- 积分:1
-
MATLAB_advance_programming
很好的matlab 進階教學電子書,教導如何寫作matlab程式,
此為pdf檔,分為29個章節(Matlab advanced teaching good books to teach how to write matlab code, this is the pdf file, divided into 29 chapters)
- 2010-11-22 19:18:25下载
- 积分:1
-
aerogravitystruct
simulink应用实例,基于MATLAB6.5系列(Simulink application examples, based on a series of MATLAB6.5)
- 2007-05-04 09:47:11下载
- 积分:1
-
digital_image_processing_MATLAB
数字图像处理冈萨雷斯matlab版,讲述了如何用matlab进行图像处理,是一本经典教程。(Gonzalez digital image processing matlab version, describes how to use matlab image processing, is a classic tutorial.)
- 2013-12-10 09:56:50下载
- 积分:1
-
script_frequency_offset_ofdm
Effect of Frequency offset on OFDM
- 2015-03-27 19:52:27下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
Unscented-Kalman-Filter
本程序为无迹卡尔曼滤波(ukf)的程序代码,可供初学者学习。(The procedures for unscented Kalman filter (ukf) code, for beginners to learn.)
- 2013-03-11 19:38:18下载
- 积分:1
-
log_psd
This function takes the n time domain samples (real or complex)
and finds the psd by taking (fft/n)^2. The two sided spectrum is
produced by shifting the psd The array freq provides the appropriate
frequency values for plotting purposes.
By taking 10*log10(psd/max(psd)) the psd is normalized values beow 60db
are set equal to -60db
- 2011-11-18 21:07:22下载
- 积分:1