-
MATLAByuanchengxu
《现代通信系统》Matlab源程序,一共10章的内容,好东西分享("modern communications systems" Matlab source, a total of 10 chapters, sharing the good things)
- 2006-06-06 10:06:51下载
- 积分:1
-
huffcode
哈弗曼编码的原程序代码,用于嵌入图像编码的源程序。(Havermann encoding the original program code, source code for the embedded image.)
- 2010-05-14 16:36:17下载
- 积分:1
-
xiaobofenxidiandingwei2
利用小波分析来对其中找出其中信号的奇异点,并对进行分析。(Using wavelet analysis to figure out which of them singular point signal, and analysis.)
- 2014-08-08 22:09:11下载
- 积分:1
-
segmentation
Algorithme de segmentation
- 2010-03-09 04:17:16下载
- 积分:1
-
Lid_Driven_Cavity_MRT
I have to write a Navier-Stokes solver for a 2-D Lid Driven Cavity. My teacher gave me a portion of his code (the Poisson pressure solver and some I.C. s and B.C. s) and I have to fill in the blanks. I ve been using
- 2020-07-03 23:00:02下载
- 积分:1
-
Matlabwritetxtinmatrix
将Matlab中的矩阵写入txt文件的方法,The Matlab write txt file in the matrix method(The Matlab write txt file in the matrix method)
- 2010-06-20 10:39:43下载
- 积分:1
-
amplitudefrequency
用MATLAB使信号x(t)产生函数,并显示信号的幅频特性曲线(Using MATLAB to signal x (t) generating function, and displays signal amplitude-frequency characteristic curve)
- 2010-11-21 10:49:15下载
- 积分: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
-
NLSE
matlab 代码,利用分步傅里叶方法求解NLSE方程(matlab code, solve the equation NLSE)
- 2020-10-27 16:19:58下载
- 积分:1
-
makeYbus
可一步做到计算电力系统的节点导纳矩阵的程序。(Can step do calculation of power system node mobility matrices of the program.
)
- 2010-12-05 20:09:10下载
- 积分:1