-
case13659pegase
13659 IEEE BUS SYStem data
- 2016-09-23 04:43:50下载
- 积分:1
-
tuxiangzhengli
LS,最小二乘算法,初学者可以很好的应用
(Least-squares algorithm,Applications can be good for beginners)
- 2014-11-14 21:40:38下载
- 积分:1
-
ICPmanu2
ICP shape detection algorithm for 2 mesh
- 2013-04-10 23:04:16下载
- 积分:1
-
fanfeng_V0.7
小波包分析提取振动信号中的特征频率,构成不同频率的调制信号,matlab编写的元胞自动机。( Wavelet packet analysis to extract vibration signal characteristic frequency, Constituting the modulated signals of different frequencies, matlab prepared cellular automata.)
- 2016-12-12 11:28:32下载
- 积分:1
-
tongxi
OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术,实际上OFDM是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰 ICI 。每个子信道上的信号带宽小于信道的相关带宽,因此每个子信道上的可以看成平坦性衰落,从而可以消除符号间干扰。而且由于每个子信道的带宽仅仅是原信道带宽的一小部分,信道均衡变得相对容易。本程序实现OFDM与QPSK技术的比较(This program realization technology and the OFDM QPSK technology)
- 2010-10-16 17:21:55下载
- 积分:1
-
fuzzy
说明: 这个MATLAB程序为模糊PID控制,模型搭建正确,供大家参考(This matlab program for fuzzy PID control, the model is built correctly, for your reference)
- 2019-11-13 12:01:49下载
- 积分:1
-
matlab_and_Cyuan_chengxu
SVM的一个工具包,可用于图像处理和高光谱图像处理!matlab版本编写,(SVM' s a kit for image processing and hyperspectral image processing! matlab version prepared)
- 2010-10-15 12:52:59下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
wavelet_function
Example of wavelet function
Mexican hat, haar,
- 2013-12-04 00:12:26下载
- 积分:1
-
cultural
文化算法的MATLAB实现。实验结果表明该算法具有良好的性能。(MATLAB implementation of cultural algorithms. Experimental results show that the algorithm has good performance.)
- 2009-10-18 20:29:34下载
- 积分:1