-
emd
经验模态分解分析噪声信号,带源码,初学者可参考(Empirical mode decomposition analysis of noise signal, with source code, beginners can reference)
- 2012-04-26 13:01:46下载
- 积分:1
-
matbasics
Matlab tutorials in basics
- 2012-10-26 18:33:21下载
- 积分:1
-
dqsxarim
基于SVPWM的三电平逆变的matlab仿真,DC-DC部分采用定功率单环控制,多抽样率信号处理,pwm整流器的建模仿真,实现串口的数据采集,进行波形数据分析。( Based on SVPWM three-level inverter matlab simulation, DC-DC power single-part set-loop control, Multirate signal processing, Modeling and simulation pwm rectifier Achieve serial data acquisition, Waveform data analysis.)
- 2016-03-15 19:00:04下载
- 积分:1
-
homework(1)prog
householder矩阵的数值分析及matlab实现(householder)
- 2009-12-21 09:49:48下载
- 积分:1
-
Capon_DOA
DOA常用算法之一:Capton算法, 也叫做MVDRE ( Minimum Variance Distorionless Response Estimator ),是计算Power specturm(DOA, one of commonly used algorithms: Capton algorithm, also known as MVDRE (Minimum Variance Distorionless Response Estimator), is the calculation of Power specturm)
- 2007-03-30 00:21:52下载
- 积分:1
-
second
包括卡尔曼滤波主文件和函数文件,希望大家一起学习。(Including the Kalman filter master file and function file)
- 2014-11-19 21:12:30下载
- 积分:1
-
For2012a
本书以MATLAB R2012a为编写基础,系统讲解MATLAB基本环境和操作要旨;分章阐述符号计算、数值计算、计算结果可视化及编程精要;选例展现MATLAB精华工具SIMULINK的功能级和元器件级仿真能力;范例剖析MATLAB版面编辑器的用法和图形用户界面的制作要领;简扼勾画MATLAB和WORD集成一体的Notebook环境。(This book is written in MATLAB R2012a based system to explain the basic MATLAB environment and operating gist sub chapter on symbolic computation, numerical calculation results visualization and programming essentials selected cases demonstrate functional level and component-level MATLAB SIMULINK simulation tools cream ability layout editor MATLAB analysis paradigm production essentials usage and graphical user interface Jane briefly outline one integrated MATLAB and WORD Notebook environment.)
- 2015-01-26 14:03:19下载
- 积分: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
-
通信仿真
说明: 通信原理课本中的一些实例代码,方便大家使用(Communication principles in the textbook of some examples of code, easy to use)
- 2020-07-20 16:45:10下载
- 积分:1
-
plu
Rectangular PA=LU factorization *with row exchanges*.
- 2010-03-06 17:26:37下载
- 积分:1