-
xin
1.用matlab实现心形图的绘制,用极坐标的形式或用隐函数的形式实现,
2.玫瑰形的matlab实现(1. Using matlab mapping to achieve heart-shaped, with polar coordinates in the form or the form of implicit function implementation, 2. Rose-shaped matlab implementation)
- 2010-11-28 13:22:36下载
- 积分:1
-
MATLAB-simulation-of--IF-GPS-signals
本论文主要说明数字中频GPS信号的MATLAB仿真,有较详细的仿真图(This thesis describes the MATLAB simulation of the digital IF GPS signals, a more detailed simulation in Figure)
- 2012-05-21 23:05:22下载
- 积分:1
-
ggongzhennQo
gongzhenQ.m:计算双稳态随机共振系统输入输出信信噪比增益,非常明显的随机共振现象。,已通过测试。
(gongzhenQ.m: calculation of the stochastic resonance of bistable stochastic resonance system input output signal SNR gain, it is clear. , Has been tested.)
- 2012-06-09 10:49:43下载
- 积分:1
-
GSO-matlab
萤火虫算法的matlab程序,对初学者理解萤火虫算法有很大的帮助。(Firefly algorithm matlab program, the algorithm is of great help for beginners to understand fireflies.)
- 2013-03-28 10:31:06下载
- 积分:1
-
qamx同步,使用纯粹的分数离散时间方法方案
应用背景QAM同步实例, ;的qamx_synchronization_mixed_ct_dt.mdl使用Simulink的变步长求解器来创建一个载体和符号率误差的连续时间信号。这是一个比较简单的方法,来创造一个得克萨斯州,但在计算上是昂贵的。 ;关键技术有两个模型展示载体和QAM调制范围为从2到256的包容性的符号定时恢复。
- 2023-03-02 16:55:04下载
- 积分:1
-
useful
很有用的彩色图像分割方法,经本人实验,绝对可靠(Very useful for color image segmentation method, by my experiment, absolutely reliable)
- 2010-10-10 22:02:54下载
- 积分:1
-
vector_control_vf_good_
说明: 异步电机矢量控制控制的matlab实现,系统采用3个pi调节器(Vector control of induction motor control to achieve matlab)
- 2011-03-30 09:33:01下载
- 积分:1
-
v69-127
code based on cardiovascular images for extracting intima media layer
- 2011-04-25 13:55:41下载
- 积分: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
-
Voice_extract
matlab程序提取语音信号的基音频率、共振峰、能量、MFCC等特征参数。(The matlab program to extract the speech signal fundamental frequency, Gong Zhenfeng, energy, MFCC and other characteristic parameters.)
- 2020-12-22 10:39:07下载
- 积分:1