-
singnal
这是一个可以读取信号的并且可以进行信号频谱及信号波形分析的源代码(This is a read signal, and the signal spectrum can be performed and the signal waveform analysis of the source code)
- 2013-07-24 10:38:49下载
- 积分:1
-
ovtoolbox
The Engineering Vibration Toolbox is a set of educational programs
written in Octave by Joseph C. Slater. Also included are a number of help files,
demonstration examples, and data files containing raw experimental data. The
codes include single degree of freedom response, response spectrum, finite
elements, numerical integration, and phase plane analysis.
(The Toolbox is a set of educational programs written in programs by Jo seph C. Slater. Also included are a number of HE p files, demonstration examples. and data files containing raw experimental dat a. The codes include single degree of freedom're sponse, response spectrum, finite elements, numerical integration. and phase plane analysis.)
- 2007-05-26 22:34:30下载
- 积分:1
-
hilbert
将实信号变换为复信号,提取信号幅值、相位角,计算相位同步指数,分析各组信号数据之间的同步稳定性。(The signal is converted into a complex signal, extraction of signal amplitude, phase angle, calculation of phase synchronization index, analysis of stability of synchronization between each signal data.)
- 2013-12-19 11:41:14下载
- 积分:1
-
important-paper-3
An Optimal Design Methodology of an Interleaved
Boost Converter for Fuel Cell
- 2013-10-18 11:50:44下载
- 积分:1
-
kmeans_fast_Color
This code uses MATLAB s Internal Functions and Memory Preallocations to apply a Fast Implementation of kmeans algorithm. This is a efficient code for clustering a gray or Color image or it can be used for clustering a Multidimensional Array.
Comparison.
1. Faster than MATLAB s internal kmeans function.
2. Consistant Output than internal kmeans.
3. 100 convergence.
- 2014-01-02 17:03:15下载
- 积分:1
-
Matlab
Matlab中龙格-库塔(Runge-Kutta)方法原理及实现(Matlab, Runge- Kutta (Runge-Kutta) method principle and implementation)
- 2013-12-03 21:04:46下载
- 积分:1
-
MATLABlearning
matlab基本程序,是课本类型的,后面有实用的程序(good)
- 2010-08-21 16:59:19下载
- 积分:1
-
motion_dection
基于matlab的对运动目标的检测程序,可以实现固定背景下运动目标的检测(Matlab-based moving targets on the testing procedures, can be fixed against the background of the detection of moving targets)
- 2009-05-09 15:25:13下载
- 积分:1
-
PAPR_Reduction_ACE_POCS
代码中描述了用星座图扩展法(Active Constellation Extension,ACE)降低OFDM时域信号的PAPR,ACE的具体算法是凸集映射(Projection Onto Convex Sets,POCS)(These codes describe PAPR reduction using Active Constellation Extension (ACE). The detailed algorithm is Projection Onto Convex Sets (POCS))
- 2021-05-13 21:30:02下载
- 积分:1
-
M
字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。(The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the words, which insertion and query complexity are O (len), Len is a word (prefix) length, but its space complexity is very high, if the character set is 26 letters, and that the degree of each node will have 26, the typical structure of space for time.)
- 2013-11-29 14:28:52下载
- 积分:1