-
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
-
matlablearningexperience
真正接触matlab一年左右,我很喜欢上了matlab的简单的语法,易于绘制图形,gui编
程也非常容易,
并且功能强大的开放式的toolbox。 因此,尽管我一直没有这方面的应用,但是我还是对
它非常感兴趣。 现
将个人的matlab的一点学习体会列在这里,愿能够对大家(特别是初学者)起到一点儿微薄
的作用也好。
(Real contact with matlab about a year, I am in love with the matlab syntax simple, easy to draw graphics, gui programming very easy, and powerful open toolbox. Therefore, even though I have not this application, but I still very interested in it. Matlab personal point now learning experience out here, we would like to be able to (especially beginners) to play the role of a little modest 也好.)
- 2011-01-16 11:27:05下载
- 积分:1
-
huodeshuju
说明: 产生电压扰动数据,PSCAD仿真,可作为各类信号处理仿真的数据源(Creates a voltage disturbance data, PSCAD simulation, can be used as various types of signal processing simulation data source)
- 2008-10-13 10:45:05下载
- 积分:1
-
RLS
本程序用于普通递推最小二乘算法在MATLAB下的仿真,为C程序。(This procedure is for the ordinary recursive least squares algorithm in MATLAB simulation, the C program.)
- 2012-04-26 10:44:51下载
- 积分:1
-
ga_chirag
genetic algorithm to reduce mean squared error in neural network learning process.
- 2015-04-16 17:44:53下载
- 积分:1
-
fuzzy c-means
说明: 基于fuzzy c-means(FCM)的无监督模糊聚类算法,输出值有:各个样本的类别标签、目标函数在每次迭代后的值、聚类中心以及聚类区间。内有测试数据data.mat,点击 test.m 可以完美运行。(The unsupervised fuzzy clustering algorithm based on fuzzy c-means (FCM) outputs the class labels of each sample, the value of the target function after each iteration, the clustering center and the clustering interval. There is test data ('data.mat') inside, click ' test.m' to be able to run perfectly.)
- 2017-09-18 16:02:28下载
- 积分:1
-
w_croston
说明: croston方法。对间歇性需求数据进行预测的经典方法(Croston method. Of intermittent demand data for prediction of the classical method)
- 2008-09-22 10:02:22下载
- 积分:1
-
LFM
该程序提供了线性调频信号、巴克码二相编码信号以及脉冲信号的模糊函数仿真方法(The program provides a linear FM signal, Barker code BPSK signal and pulse signal ambiguity function simulation method)
- 2011-08-06 10:53:19下载
- 积分:1
-
ThreeD_External_Characteristics
给定发送机的转矩,燃油消耗率以及转速数据,拟合发动机万有特性曲面(matlab代码)(Given the torque transmitter, fuel consumption rate and speed data, fitting the engine and there are characteristic surfaces (matlab code))
- 2011-11-09 23:09:15下载
- 积分:1
-
zoomfft
在机械故障中,对包含故障频率的某一段频率进行细化分析,从而得到更准确地故障频率(In mechanical failure, the failure frequency contains a section for detailed frequency analysis to obtain a more accurate fault frequencies)
- 2013-10-28 11:41:59下载
- 积分:1