-
gabpmatlab
用matlab编的 有什么错误请大家赐教 多多交流!!(Use of matlab for any errors, please enlighten us more exchanges! !)
- 2009-05-25 10:38:38下载
- 积分:1
-
Simulation
代码包含了几种不同的数字信号系统仿真的实现,包含BPSK,ASK,FSK的数字仿真系统源代码(Code contains several different implementation of digital signal system simulation, including BPSK, ASK, FSK digital simulation system source code)
- 2010-05-28 19:07:34下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
mysubplot
构建自己的subplot函数,比matlab好用多了,自由控制(Build your own subplot function, easy to use more than matlab, free control)
- 2011-08-22 15:22:21下载
- 积分:1
-
PID
实现各种PID控制算法,包括传统PID,模糊PID以及计算动词PID控制器的源码(PID controller, fuzzy pid controller , computational verb pid controller)
- 2020-07-03 15:00:01下载
- 积分:1
-
MATLAB
基于MATLAB的共轭梯度BP算法在函数逼近中的实例(MATLAB-based conjugate gradient BP algorithm in the example of function approximation)
- 2010-05-27 07:38:44下载
- 积分:1
-
gold
级数为7,长度为127的 平衡 GOLD序列 ,由m1序列和m2序列逐位模二加产生(Level 7, length of 127 GOLD sequence balanced by m1 and m2 sequence by sequence-bit analog two-plus-generated)
- 2020-11-09 14:59:47下载
- 积分:1
-
gm
说明: 灰色预测
命令形式为x=[19519,19578,19637,19695,16602,25723,30379,34473,38485,40514,42400,48337] gm(x)(Grey command of the form x = [19519,19578,19637,19695,16602,25723,30379,34473,38485,40514,42400,48337] gm (x))
- 2011-08-06 15:31:34下载
- 积分:1
-
MODE-master
说明: 差分进化算法python实现
比较简单啊啊啊啊啊啊(Differential evolution algorithm)
- 2020-05-16 20:29:10下载
- 积分:1
-
wavelet
基于matlab的机械故障诊断系统的小波分析,能够加载正常信号与故障信号的数据,进行对比分析,适合初学者学习使用。(wavelet analysis)
- 2013-05-03 16:52:03下载
- 积分:1