-
matlab
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。如书名所示,本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。(err)
- 2008-08-01 21:03:21下载
- 积分:1
-
matlab 雷达系统建模
matlab 雷达系统建模 雷达系统设计与仿真 (matlab radar system modeling and simulation of radar system design)
- 2009-12-18 14:40:31下载
- 积分:1
-
STRING
string tokeniser using c language
- 2011-01-02 21:49:21下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
SCPI-99
SCPI_99 doc. SCPI driver develp doc.entry-level to deep level, comprehensive separately.
- 2015-01-09 11:59:47下载
- 积分:1
-
juxingxinhao2
产生周期矩形信号的matlab源程序,希望对大家有帮助(Produce periodic rectangular signal matlab source, we want to help)
- 2012-10-19 01:19:34下载
- 积分:1
-
bianyuanjiance
本程序用于对细胞图像进行边缘检测 (内含源程序m-file和例图)(This procedure is used to image cell edge detection (m-file containing source and illustration))
- 2014-01-06 20:26:20下载
- 积分:1
-
THP_QR_simulink
采用THP预编码(QR算法)的simulink仿真链路,有16QAM和QPSK两种调制方式,信道为瑞利衰落信道(simulink+m files)(using THP pre-Code (QR algorithm) simulink link, 16 QAM and QPSK modulation. Channel for Rayleigh fading channels (Simulink m files))
- 2020-11-19 16:39:38下载
- 积分:1
-
springmassdamper.mdl
control of Springmass system in simulink with animation
- 2009-03-25 00:22:52下载
- 积分:1
-
SaveGif
Matlab将figure系列另存为Gif动画(Save series of figures as gif with Matlab)
- 2014-10-30 14:10:16下载
- 积分:1