-
mxlphxpd
对生成的随机序列进行自相关(平衡性)进行测试。(Autocorrelation test
)
- 2012-05-17 22:18:49下载
- 积分:1
-
pubu
画瀑布图,这是时域信号不同频率的瀑布图绘画程序(Painting waterfall chart)
- 2014-05-16 22:49:09下载
- 积分:1
-
leastsquaresprocedure090513
最小二乘法实现m个方程的最高n次多项式的拟合。(least-squares procedure)
- 2009-05-13 09:11:55下载
- 积分:1
-
Digital-Circuit-Analysis-a-Design-with-Matlab
Digital Circuit Analysis using Matlab
- 2012-04-26 22:28:54下载
- 积分:1
-
cr
说明: i have attached q learning algorithm for finding a optimal band in allocating a band to a secondary user.
- 2012-10-21 11:32:53下载
- 积分:1
-
matlab
matlab遗传算法工具箱函数及实例讲解(matlab genetic algorithm toolbox function and examples to explain)
- 2008-04-25 13:34:57下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
TP-FFT
MATLAB application of the Fourier transform
- 2012-03-25 23:02:52下载
- 积分:1
-
movie_cartoon
%电影动画:
%1.首先调用moviein函数对内存初始化.创建一个足够大的矩阵来容纳一系列指定的图形(帧)
%2.调用getframe函数生成每一帧.该函数返回一个矢量,利用这个矢量创建一个电影动画矩阵
%3.调用movie函数按照指定速度进行指定次数的播放
%例子2:演示如何实现快速傅立叶变换(exp(j*2*pi/n))的可视化过程( Movie animation: 1. First transfers the moviein function to the
memory initialization Founds graph which an enough big matrix holds a
series of assigns (frame) % 2. Transfers the getframe function to
produce each This function returns to a vector, uses this vector to
found a movie animation matrix % 3. Transfers the movie function
according to assign the speed to carry on assigns the number of times
the broadcast
Example 2: How demonstrates realizes fast Fourier transforms
(exp (j*2*pi/n)) the visible process )
- 2006-08-11 18:51:03下载
- 积分:1
-
doddcx
对偶单纯形法matlab的实现,是我的一个作业.看看好用不.(dual simplex method Matlab the realization of one of my operations. Not look at the handy.)
- 2007-03-09 09:36:55下载
- 积分:1