-
bppid
MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。(MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.)
- 2009-05-06 10:44:56下载
- 积分: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
-
arrow
matlab作一维、二维和三维箭头的源代码。(matlab for one-dimensional, two-dimensional and three-dimensional arrow s source code.)
- 2008-02-29 10:38:43下载
- 积分:1
-
wind_rose
利用matlab自动绘制某气象站风玫瑰图,并将静风频率和16方位风向频率标在图上(use matlab to plot wind rose)
- 2014-12-29 19:28:30下载
- 积分:1
-
ReadData3D_version1k
matlab code for Read Medical Data 3D
- 2015-02-05 13:34:53下载
- 积分:1
-
bp
说明: bp算法,进行预测算法。代码齐全可用,只需修改文件位置即可(BP algorithm, the prediction algorithm. The code is complete and available. You only need to modify the file location)
- 2019-12-01 17:11:30下载
- 积分:1
-
带宽2MHz的线性调频信号及其频谱图-chap09
ex9_1 脉冲信号调制
ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图
ex9_3 产生7位巴克码编码的二相码
ex9_4 产生7位巴克码和线性调频的混合调制信号
ex9_5 瑞利分布实现程序
ex9_6 瑞利分布+杂波
ex9_7 相关对数正态分布杂波
ex9_8 相关weibull分布杂波
ex9_9 相干相关K分布杂波
ex9_10 线性调频信号的数字化正交解调
ex9_11 雷达脉冲压缩处理
ex9_12 二相编码信号的脉压处理
ex9_13 用FFT和FIR方法实现MTD处理(程序有错误)
ex9_14 雷达的恒虚警处理(CFAR)
ex9_15 比较相参积累和非相参积累
ex9_14 计算加性高斯白噪声准则下雷达探测的经典CFAR
二进制检测阈值和指定的虚警概率。
(瑞利噪声下快慢门限CFAR处理)(Ex9_1 pulse signal modulates ex9_2 carrier 10MHz, Linear Frequency Modulation signal of bandwidth 2MHz and its Spectrum Diagram ex9_14 calculation of classical CFAR under additive Gaussian white noise criterion Binary detection threshold and specified false alarm probability. (fast and slow threshold CFAR processing under Riley noise))
- 2021-03-17 03:09:21下载
- 积分:1
-
MATLAB
说明: matlab程序设计的应有,是程序设计入门的好帮手(matlab programming should be, is a good helper program design entry)
- 2010-04-22 22:07:48下载
- 积分:1
-
webcam_capture_image
capture image from webcam
- 2012-11-08 20:47:13下载
- 积分:1
-
hw2
A code on Kohonen NN that works with an arbitrary 3D data in a file with a name data.txt
- 2010-05-07 00:39:00下载
- 积分:1