-
zhong
用simulink作的MTI高通滤波器的仿真程序,其中输入信号为高斯色噪声,可以对输出作时域和频域分析。(MTI using simulink for high-pass filter of the simulation program, in which the input signal for Gaussian colored noise can be output for the time domain and frequency domain analysis.)
- 2008-07-04 21:13:04下载
- 积分:1
-
matrix-completion
说明: 一个关于线性卷积的程序,使用通过用托普利兹矩阵完成(Linear convolution of a program on the use of matrix completion by using Top Leeds)
- 2011-04-15 16:56:43下载
- 积分:1
-
123
matlab程序设计的数据库连接,有利于初学者了解MATLAB的编程思想与方法,使初学者快速入门(Matlab program design of the connection, be helpful for beginners to learn matlab programming thought and method, make the beginner quick start)
- 2014-10-29 19:49:54下载
- 积分:1
-
MATLAB
精通matlab程序,包括遗传算法以及粒子群优化算法程序(Proficient in matlab procedures, including genetic algorithm and particle swarm optimization algorithm program)
- 2013-01-09 16:05:58下载
- 积分:1
-
PlaneFrameElementStiffness
有限元PlaneFrameElement的matlab程序(FEA matlab PlaneFrameElement)
- 2013-10-12 23:17:28下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
AR
AR.m的matlab源程序,用于预测模型使用,别人给的!(AR.m matlab source code for the prediction model using someone else' s!)
- 2013-07-30 10:26:07下载
- 积分:1
-
roots-by-gauss-siedel
this code helps to find roota of equation by gauss seidel method
- 2014-12-24 02:06:45下载
- 积分:1
-
attempt_9_ideal
In regulation there are quieter periods and more active ones. Present times
appear to demand a particularly active regulatory response. Energy—and elec-
tricity in particular—has recently become a fashionable topic. Energy news is now
a staple in the media. Fifteen years ago nobody brought energy as a subject for
discussion in a social get-together.
- 2015-03-30 15:12:22下载
- 积分:1
-
c2pendulum
滑模变结构控制在对一级倒立摆的控制,用于基础的变结构控制或者倒立摆控制学习。(Sliding Mode Variable Structure Control on an inverted pendulum control based on variable structure control for inverted pendulum control, or to learn.)
- 2009-11-23 16:30:07下载
- 积分:1