-
whytls
加有高斯白噪声的两个正弦信号的的观测数据,分别用最小二乘法和总体最小二乘法估计其功率谱,并对两种方法的谱分析进行了比较(Plus a Gaussian white noise of the two sinusoidal signals of observational data, were used least squares and total least squares method to estimate the power spectrum, and spectral analysis of the two methods were compared)
- 2010-05-19 15:55:28下载
- 积分:1
-
mobile-robot-path-tracking
移动机器人轨迹跟踪迭代学习控制,实现迭代估计跟踪(Iterative learning control for mobile robot path-tracking)
- 2014-04-03 10:09:41下载
- 积分:1
-
536079212FSK
matlab实现的FSK调制解调程序,请大家使用,并提出建议。谢谢(matlab implementation of the FSK modulation and demodulation process, let us use, and make recommendations. Thank you)
- 2010-07-12 09:48:19下载
- 积分:1
-
时频工具箱
本文件为时频工具箱,包含了matlab的多种时频相关函数(This document is a time-frequency toolbox that contains a variety of time-frequency correlation functions for matlab)
- 2020-12-04 16:19:23下载
- 积分:1
-
lempel_ziv
lemel ziv code to codealphabets abc convert to lempelziv
- 2010-12-31 13:42:54下载
- 积分:1
-
gplab.manual.3
说明: 遗传规划工具箱 matlab gplab使用手册(gplab.manual)
- 2010-04-09 19:52:02下载
- 积分:1
-
Matlabfun
matlab 函数的说明 以及具体的应用描述(matlab function description, and description of specific applications)
- 2010-05-12 20:57:38下载
- 积分:1
-
S变换的MATLAB实现程序
s变换 最新应用于土木工程研究中,新的信号变换方法(S transform has recently been applied to civil engineering research, a new signal transformation method)
- 2021-01-25 12:48:44下载
- 积分:1
-
DFSER
对不同源节点到中继节点距离的固定DF译码转发协作通信的误码率进行了仿真(The error rate of fixed DF decode and forward cooperative communication is simulated for the distance from heterogeneous nodes to relay nodes)
- 2017-11-26 13:17:13下载
- 积分: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