-
DistProbCoefsDesc
This is a simple matlab routine that calculates a simulated multiplicative cascade process for a time series, then compares it with a real time series you want to analyze, and plots them both in log-log coordinates to compare them. You should have your time series in a format of double column listing: the ordinal member in the first column, the corresponding data in the second one. Then you change the file name that appears in the program for the name of your own file, and proceed.
- 2009-10-17 03:59:02下载
- 积分: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
-
ALOHA
matlab的aloha协议代码,实现了aloha saloha npcsma npisma的matlab仿真,比较了吞吐量和延时性能(This is a matlab code for aloha, saloha, npcsma and npisma which also compares their performances. )
- 2014-08-15 10:28:21下载
- 积分:1
-
zernfun
zeinike矩算法,基于MATLAB编的,实现矩不变性,仅供参考(zeinike moment algorithm, MATLAB compiled by)
- 2012-07-19 21:18:53下载
- 积分:1
-
powspec
1. m-file powspec computes the powerspectrum of the input signal.
2. m-file ispecgram computes the inverse of the output of specgram
- 2011-07-04 02:10:20下载
- 积分:1
-
paper-pdf
pdf related unit commitment
- 2019-03-14 19:07:05下载
- 积分:1
-
func_ant_colony_image_edge_detection
matlAB code for edge detection by ant colony
- 2013-08-15 05:33:36下载
- 积分:1
-
integgaussfilt
filter based segmentation1
- 2011-11-28 17:06:19下载
- 积分:1
-
ksfft
对.prn文件的数据进行fft变换并显示出图形(Fft transform and shows graphical. Prn file data)
- 2012-11-14 22:05:39下载
- 积分:1
-
0123743974
Computers as components
- 2010-11-22 01:52:02下载
- 积分:1