-
matlab_algorithms
《自适应滤波算法与实现》(第二版)源码,Diniz著,电子工业出版社,学习自适应滤波很好参考的资料( Adaptive Filtering Algorithm and Implementation (second edition) source, Diniz, and electronic industry publishing house, a very good learning adaptive filtering of information)
- 2008-04-24 00:16:41下载
- 积分:1
-
Chaos-Toolbox-Ver.2.0
Matlab混沌理论工具箱2.0版本,功能很全很强大,推荐下载!(Matlab Chaos Theory Toolbox version 2.0, the function is all very powerful, it is recommended to download!)
- 2021-04-14 11:48:55下载
- 积分:1
-
wind_time_history
风电塔架风速时程曲线与风荷载时程曲线模拟。本代码依据IEC 61400-1标准,用于模拟具有一定功率谱密度和自相关性的风速时程曲线,并计算叶片及塔架上的风荷载。方法为基于三角级数叠加的谐波合成法(Hansen,2008)和叶素动量法。功率密度谱采用Kaimal谱函数。(Curves of wind speed and wind load-time curve Cheng wind tower. The code according to IEC 61400-1 standards, and procedures used to simulate the spectral density curve has a certain power the time correlation of wind speed and calculate the wind load on the blades and tower. The method is based on trigonometric series superposition of harmonic synthesis (Hansen, 2008) and the blade element momentum method. Kaimal power density spectrum using spectral function.)
- 2016-05-10 10:51:50下载
- 积分:1
-
MATLAB-GPC算法
说明: 利用MATLAB编写GPC预测控制算法程序实现预测控制(GPC predictive control algorithm program written in MATLAB to achieve predictive control)
- 2020-11-19 21:49:39下载
- 积分:1
-
rgk
时频分析工具——径向高斯核时频分布。为了在时频分布平面内不出现交叉项,则在模糊函数域内应有效去除互分量而仅保留自分量。设计一个与信号相匹配的核函数可以达到上述目的。基于信号的径向高斯核时频分布是一种比较理想的时频分布(Optimal radially Gaussian kernel time-frequency representation)
- 2010-10-09 21:40:39下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
svm_new
MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.(MATLAB-SVM algorithm, Matlab Support Vector Machine Toolbox, This toolbox was designed as a teaching aid, which matlab isparticularly good for since source code is relatively legible andsimple to modify. However, it is still reasonably fast if usedwith the supplied optimiser. However , if you really want to speedthings up you should consider compiling the matrix compositionroutine for H into a mex function. Then again if you really wantto speed things up you probably shouldn t be using matlabanyway ... Get hold of a dedicated C program once you understandthe algorithm.)
- 2008-08-15 21:12:57下载
- 积分:1
-
Desktop
2ask 2fsk bpsk 详细的调制解调过程,及其性能分析
另外还有三种调制方式的相干 非相干解调的误码率matlab代码
经典~ 建议下载 (2ask 2fsk bpsk detailed process of modulation and demodulation, and its performance analysis in addition to the three non-coherent modulation error rate of coherent detection matlab code download Classic ~ recommendations)
- 2021-01-05 10:18:54下载
- 积分:1
-
MATLAB6.5ApplicationInterfaceProgramming
MATLAB6.5接口编程(本人加了目录).(MATLAB6.5 Programming Interface (I added a directory).)
- 2007-03-14 10:34:49下载
- 积分:1
-
h_l
设计一个合成信号,合成信号包含30H、50Hz、80Hz,可以用正弦或余弦或雷克子波,要求消除50Hz信号(Design a synthetic signal, synthesized signal contains 30H, 50Hz, 80Hz, can be used or Ricker sine or cosine waves, requires the elimination of 50Hz signal)
- 2011-06-03 21:22:51下载
- 积分:1