-
abc
专业论文,非规则数据场体绘制技术的研究,对如何利用IDL做有限元分析有一定帮助(Professional papers, irregular data volume rendering techniques, but on how to use IDL to do finite element analysis has some help)
- 2010-05-07 10:38:23下载
- 积分:1
-
matlab--and--ahp
ahp的matlab算法实例,可以很轻松的输入matlab计算ahp法中的指标权重,以及一致性指标(Allow phonetic typing
Type text or a website address or translate a document.
Cancel
Ahp de matlab suànfǎ shílì
English
Spanish
Arabic
Alpha
the ahp the Matlab algorithm instance)
- 2012-04-24 09:41:14下载
- 积分:1
-
水下机器人控制仿真
说明: uuv运动控制模型仿真,包括滑模控制的实现,有一定借鉴意义(The simulation of UUV motion control model, including the realization of sliding mode control, has certain reference significance)
- 2021-03-22 03:59:17下载
- 积分:1
-
wnn
Matlab source for wavelet neural network
- 2013-04-10 18:27:43下载
- 积分:1
-
MatlabPlot
说明: 实现在MAtlab中动态绘图,把大量的数据以波形的形式显示出来,具体怎么实现请仔细阅读程序。(MAtlab achieve dynamic drawings, the large amount of data to the form of waveforms displayed, how the achievement of specific procedures, please read carefully.)
- 2009-08-09 11:32:15下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
Untitled1
认知无线电的能量检测算法,是很珍贵的材料,老板推荐的哦(Energy detection algorithm for cognitive radio)
- 2012-06-07 11:37:25下载
- 积分:1
-
Wiener
数字信号处理基于MATLAB的维纳滤波器实现(Wiener filter to realize digital signal processing based on MATLAB)
- 2014-11-15 21:33:47下载
- 积分:1
-
process-control-and-simulink
过程控制与simulink仿真的一本较好的书籍,欢迎下载(A better process control simulink simulation books are welcome to download)
- 2013-03-27 21:05:24下载
- 积分:1
-
aritificial-ant-algorithms-for-TSP
说明: 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高(Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy)
- 2011-03-16 16:45:32下载
- 积分:1