-
matlab
这是一本matlab的入门级学习的比较好的程序学习集,欢迎下载(This is an entry-level matlab better learning process learning sets, welcome to download)
- 2007-09-23 10:49:25下载
- 积分: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
-
ofs005
通过布里渊频移的变化和散射功率的变化仿真构建布里渊频移变化量的空间分布和布里渊散射功率变化量的空间分布(Brillouin frequency shift change through changes and scattering power of simulation to build Brillouin frequency shift amount of space Brillouin scattering power distribution and the spatial distribution of the amount of change)
- 2021-03-21 21:09:16下载
- 积分:1
-
qaomun
阵列信号处理的高分辨率估计,相控阵天线的方向图(切比雪夫加权),包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角。( High-resolution array signal processing estimates, Phased array antenna pattern (Chebyshev weights), It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle.)
- 2017-01-10 17:40:49下载
- 积分:1
-
DS_CDMA
DS_CDMA通信系统
DS_CDMA communication system
MATLAB(DS_CDMA communication system)
- 2010-11-23 12:33:42下载
- 积分:1
-
Example6_8
说明: 用MATLAB对一语音信号进行小波分解,然后对其各层系数进行处理以达到小波抑制的目的,重构处理后的信号,画出波形分析。(MATLAB to a voice signal wavelet decomposition, its floors coefficient then processed to achieve the purpose of inhibiting Wavelet, reconstruction after the signal waveform analysis paint.)
- 2006-04-13 00:57:58下载
- 积分:1
-
GSF
基于GSF方法的潮流计算,MATLAB程序,故障预算,case30(GSF method based on flow calculation, MATLAB programs, fault the budget, case30)
- 2010-03-01 10:09:26下载
- 积分:1
-
Matlab-FFT
数字信号处理 FFT的matlab实现 很好理解的资料(FFT matlab digital signal processing to achieve a good analysis of data)
- 2012-05-13 16:06:04下载
- 积分:1
-
shexing
车辆蛇形运动的程序,主要是研究高速列车稳定性的东西(hunting behavior of vehicle)
- 2011-10-16 14:39:48下载
- 积分:1
-
How-to-remove-numbers-from-a-text-file-in-Matlab
The Program helps to remove numbers at the beginning of a Matlab script. It is very useful when one has copied a code from a text into Matlab environment and eager to tun it immediately.
- 2013-04-18 16:52:28下载
- 积分:1