-
OFDM
说明: 该文件包含用MATLAB实现的OFDM 的源程序(Channel estimation for a MIMO-OFDM system)
- 2011-04-16 21:36:36下载
- 积分:1
-
NMPC
该文件在matlab中实现了非线性mpc,并将其应用到CSRT系统中。(The file in matlab nonlinear mpc, and apply it to the CSRT system.)
- 2021-03-20 20:49:18下载
- 积分:1
-
fpica
本程序是快速独立成分分析算法中需要调用的一个很重的子程序。(This procedure is fast independent component analysis algorithms need to call a heavy subroutine.)
- 2013-09-22 10:15:59下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Matlab-plot
Matlab plot函数使用方法(详细)( Matlab plot function using method (detailed))
- 2013-10-15 09:24:46下载
- 积分:1
-
IIR
利用MATLAB提取相关系数,按照matlab的滤波思路进行编写的IIR滤波程序,已经证明好用!(MATLAB is utilized to extract the correlation coefficient, according to the writing of IIR filter MATLAB filtering ideas for program, it has been proved useful!)
- 2014-01-04 14:50:14下载
- 积分:1
-
boost-slide-trajectory-optimization
助推滑翔伪谱方法优化算例, 分多段进行轨迹优化,考虑的多种约束情况 (boost-slide trajectory optimization)
- 2016-07-20 20:18:37下载
- 积分:1
-
matlab20and20BP
for load forecasting paper
- 2008-05-22 14:27:27下载
- 积分:1
-
MATLAB7.x_signalprocessing
《MATLAB7.x数字信号处理》源代码。本书面向信号处理领域,在简要介绍信号处理基本概念的基础上,详细介绍了MATLAB工具箱函数及其使用,内容涵盖了MATLAB使用基础、高级编程和重要领域的应用。在结构安排上,本书立足于信号处理各个具体领域,并结合信息处理工具箱,以大量的程序访真为依托,讲解了MATLAB在信号处理中的具体应用。
本书结构合理,内容全面,图文并茂,实例丰富,适用面广,适合信号处理、自动控制、机械电子、自动化、电力电气、通信工程等专业的本科生、研究生、教师和科技工作者阅读。可作为数学信号处理课程的参考书,对涉及数字信号处理的各大院校师生具有重要的参考价值和实用价值。("MATLAB7.x digital signal processing" source code. Writing to the field of signal processing, signal processing briefly introduced the basic concepts on the basis of Details on MATLAB toolbox function and its use, which covers the use of MATLAB basis, Advanced Programming and important fields. Structural arrangements, the book based on the signal processing specific areas, and integrate information processing toolbox a large number of the procedures for the visit to really rely on the MATLAB on signal processing in the specific application. The structure reasonable, comprehensive and illustrated examples of rich, widespread applicability, suitable for signal processing, automatic control, machinery and electronics, automation, electrical power, telecommunications and other profes)
- 2007-06-21 23:32:40下载
- 积分:1
-
Jane-case-said-genetic-algorithm
通过一个简单的例子来讲解遗传算法,适合初学者学习领悟遗传算法的真谛。(Through a simple example to explain the genetic algorithm, genetic algorithm is suitable for beginners to learn comprehend the true meaning.)
- 2013-08-05 20:50:05下载
- 积分:1