-
waveletsingularitydetectionsigna
采用2进小波对1维信号的奇异点进行检测。小波模极大值位置就是奇异点的位置(A 2 into 1-dimensional wavelet singularity detection signal. Wavelet Modulus Maxima location is the location of singular points)
- 2020-08-25 11:18:14下载
- 积分:1
-
rgb-code
NOTE: This function modifies the BUTTONDOWNFCN of axes in the input list,
and their children. However, it will not modify any object whose
buttondownfcn is nonempty.
- 2014-01-07 18:31:06下载
- 积分:1
-
基于MATLBA的无刷直流电机仿真 bldc
基于MATLBA的无刷直流电机仿真,使用新版MATLAB可以运行,基于MATLBA的无刷直流电机仿真,使用新版MATLAB可以运行(thank you )
- 2010-09-11 17:06:49下载
- 积分:1
-
classification
classification test and observed data
- 2009-07-13 18:21:49下载
- 积分:1
-
my_music1
阵列信号处理里面的经典算法,music算法,详细解答(Array signal processing algorithms inside classics, music algorithm, detailed answers)
- 2010-05-14 17:25:26下载
- 积分:1
-
Transfer_exercises_05.26.01
离散时间语音信号处理--原理与应用 相关matlab文件(Discrete-Time Speech Signal Processing:Principles and Practice )
- 2013-07-27 10:45:31下载
- 积分: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
-
EKF
说明: 扩展卡尔曼滤波例程,data为数据,EKF是处理数据的函数(Extended Kalman filter routine, data for the data, EKF is a function of processing data)
- 2011-03-02 16:52:43下载
- 积分:1
-
get_sofea
基於MATLAB的有限元GUI介面,可分析應力與熱傳(MATLAB-based GUI interface for finite element analysis, stress and heat transfer can be analyzed)
- 2010-05-24 12:02:18下载
- 积分:1
-
16_QAM_massive
Script for computing the BER for BPSK modulation in a Rayleigh fading channel with 2 Tx, 2Rx MIMO channel Maximum Likelihood equalization
- 2015-03-10 03:38:21下载
- 积分:1