-
Optimal
本程序包给出了数值优化常用方法的程序。优化问题应用广泛。(This package gives the commonly used methods of numerical optimization procedures. Widely used optimization problem.)
- 2010-11-24 10:35:43下载
- 积分:1
-
fixed-mode-shapes
基于模态振型的固定结合面动态特性参数测试 (Based on a fixed mode shapes combined with dynamic characteristic parameters of the test surface)
- 2013-10-23 09:25:51下载
- 积分:1
-
proje
applied k means clustering for vector quanta and
used huffman for image compression matlab code
- 2010-06-06 21:18:48下载
- 积分:1
-
texture
图像纹理提取,这是用matlab编的图像纹理提取程序,该方法能有效的用于纹理分析。(Image texture extraction, which is compiled using matlab image texture extraction process, the method can be effectively used for texture analysis.)
- 2009-12-30 21:45:34下载
- 积分:1
-
aa
用matlab仿真,用PID控制实现调速(matlab,PID controller)
- 2013-12-04 11:35:41下载
- 积分:1
-
insar_v11
DEOS Matlab InSAR tolbox version 1.1, 包含针对Doris产品的仿真、可视化脚本,以及去线性趋势、多视处理等。(It contains scripts for simulation, visualization of the products of Doris, and for additional processing (trend removal, multilooking, etc.).)
- 2014-02-02 15:50:57下载
- 积分:1
-
conv
卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码(Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel)
- 2009-04-09 13:48:31下载
- 积分: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
-
matlab
DPSK信道的matlab仿真,误码率,时延,汉明信道编码(Channel DPSK matlab simulation, error rate, delay, Hamming channel coding)
- 2013-12-09 11:00:17下载
- 积分:1
-
[Kernighan]_The_C_Programming_Language(BookFi
The computing world has undergone a revolution since the publication of The C
Programming Language in 1978. Big computers are much bigger, and personal computers
have capabilities that rival mainframes of a decade ago. During this time, C has changed too,
although only modestly, and it has spread far beyond its origins as the language of the UNIX
operating system.
- 2015-03-29 20:26:51下载
- 积分:1