-
smooth
SMOOTH uses a vectorized implementation that may be slow when X and/or FRAME_LENGTH are very large. The number of elements that are used for calculation is length(X)*FRAME_LENGTH. The algorithm vectorizes the operation by creating a matrix of indexes and extracting its diagonals. E.g. for a vector of length 4 and frame_length of 2, the algorithm creates a temporary zero-padded matrix x2 from which it creates a set of indexes:
- 2010-06-11 15:43:35下载
- 积分:1
-
skelinationpruning
一种新的骨架修剪算法,与之前的其他算法相比,在处理复杂图像时,其修剪效果更好。(A new skeleton pruning algorithm, and compared to other algorithms before, in dealing with complex images, the better pruning.)
- 2009-05-07 21:56:19下载
- 积分:1
-
GM(1-1)
该代码基于灰色GM(1,1)算法,使用时,需要在函数中将自变量取为时间序列,可预测任意时间的数值(The code is based on gray GM (1,1) algorithm, when used in the function argument will be taken as time series, can predict the value of any time)
- 2011-09-28 10:59:09下载
- 积分:1
-
System-ID-Theory-for-the-User-2nd-ed
系统辨识的经典之作,作者为matlab系统辨识工具箱的编写者。(System Identification classic, author matlab System Identification Toolbox writers.)
- 2014-01-07 21:47:05下载
- 积分:1
-
cysxrj
输入一个您需要判断的数,然后通过程序判断数的大小类别(judge the number you input)
- 2009-10-18 16:24:02下载
- 积分:1
-
chang-wei-fen-fangcheng
微分方程求解,利用matlab软件,解决微分方程领域各种问题(Solving differential equations using matlab software, field problems to solve differential equations)
- 2013-09-14 11:46:06下载
- 积分:1
-
44
说明: BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络(BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is a multi-layer feedback-free network)
- 2008-11-10 20:55:07下载
- 积分:1
-
QPFK
说明: 对离散数字信号实现QPSK调制,输出调制后的信号(Implementation of discrete digital signals QPSK modulation, the modulated signal output)
- 2011-04-16 16:40:24下载
- 积分:1
-
power_FullWaveRectifier
Full Wave Rectifier
This demonstration illustrates use of the Ideal Switching Device solution method to simulate a full wave rectifier using ideal diodes.
- 2014-10-27 17:57:55下载
- 积分:1
-
XieLvDuiShu2
1、利用自相关法找出含有大量数据的周期信号的周期 2、利用互相关对齐含有大量数据的多路采样信号以便分析 3、使用分段平滑经过求导后的含有干扰的图像曲线(1, using the autocorrelation method contains large amounts of data to identify the period of the periodic signal 2, using the cross-correlation contains a large amount of data aligned with the sampling signal for the multiplexed analysis, the use of segmented through derivative after smoothing with interference by the image curve)
- 2013-10-22 16:37:12下载
- 积分:1