-
Frequency_Modulation1
说明: 频率调制,It is a diffrent matlab code for frequency modulation.(frequency modulation, It is a different Matlab code for frequency Modul ation.)
- 2006-04-26 23:45:22下载
- 积分: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
-
sir_matlab
sir辐射计 散射计数据 matlab 代码(sir radiometer scatterometer data matlab code)
- 2020-11-25 21:49:31下载
- 积分:1
-
banqiannibiandianlu
说明: 半桥逆变电路的实现,采用matlab,simulink实现,把直流电逆变为交流电。(Half bridge inverter)
- 2020-02-29 18:00:43下载
- 积分:1
-
lrls1
自适应滤波算法matlab_algorithms lrls1(Adaptive filtering algorithm matlab_algorithms lrls1)
- 2009-10-26 21:33:15下载
- 积分:1
-
jisuan
土木工程分析结构地震作用的多自由度动力时程分析程序(Dynamic analysis program)
- 2012-04-16 00:06:29下载
- 积分:1
-
Hough_matlab
给出了一种Hough变换的Matlab代码(gives a Hough transform the Matlab code)
- 2007-04-10 11:03:56下载
- 积分:1
-
split-and-merge
segments image F by using a
split-and-merge approach based on quadtree decomposition. MINDIM
(a positive integer power of 2) specifies the minimum dimension
of the quadtree regions (subimages) allowed. If necessary, the
program pads the input image with zeros to the nearest square
size that is an integer power of 2. This guarantees that the
algorithm used in the quadtree decomposition will be able to
split the image down to blocks of size 1-by-1. The result is
cropped back to the original size of the input image.
- 2015-02-27 13:13:32下载
- 积分:1
-
100
它是应用于解决磁法相关问题的一个程序,是基于圆柱体的程序。(It is applied to solve the problems related to the magnetic method of a program, is based on the cylinder program.)
- 2012-05-15 15:19:44下载
- 积分:1
-
simulink_matalbjiaohu
这是一个matlab与simulink模型交互的例子,希望对大家有帮助。(This is a matlab simulink model of interaction with the example, we want to help.)
- 2013-11-11 14:55:12下载
- 积分:1