-
juanji
离散卷积计算
实验步骤:
主界面下进入实验五的“离散卷积计算”子实验,
输入有限长序列 x(n)
输入有限长序列 h(n)
鼠标单击确定按钮,以数值和图形两种方式显示卷积结果 (Discrete convolution calculation of the experimental steps: the main interface into the experiment five " convolution calculation of discrete" sub-experiment, the entry of a limited length sequence x (n) input sequence of finite length h (n) the mouse button to click OK to both numerical and graphical ways shows the results of convolution)
- 2009-05-01 20:33:52下载
- 积分:1
-
lotusdb-sstable.tar
a lightweight implemetation of sstable and memory table like leveldb
- 2015-03-06 21:48:13下载
- 积分:1
-
《结构分析的有限元法与Matlab程序设计》源程序
本程序为《结构分析的有限元法与Matlab程序设计》的源程序,与书本配套,同时也是学习《有限单元法》入门的相关资料。教材提供梁、杆单元等一系列的编程案例。(This procedure is "structural analysis of finite element method and Matlab programming" source code, and books supporting, but also learning "finite element method" entry related information. The textbook provides a series of programming cases, such as beam and rod units.)
- 2021-01-10 20:38:49下载
- 积分:1
-
fifteenlevelHbridge
This file is about the fifteen level h bridge multilevel inverter.
- 2014-08-10 13:27:57下载
- 积分:1
-
NoiseLevel20150203
matlab noise level in image measurement over images.
- 2015-04-16 19:13:08下载
- 积分:1
-
FDTD_TM_PC
matlab FDTD_TM_PC.rar
- 2008-12-15 02:15:38下载
- 积分:1
-
ica
基于ica的语音分离技术,研究生论文(Ica-based voice separation technology, post-graduate thesis)
- 2009-05-02 11:59:39下载
- 积分: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
-
Ballal-fuzzy-logic-notes
fuzzy logic controller design
- 2011-10-25 15:21:27下载
- 积分:1
-
calcy
this code written for antenna
- 2012-09-12 19:30:31下载
- 积分:1