-
vbmatlab
使用MATLAB进行故障诊断与使用vb进行仿真校正~~里面提供了需要的数据库与数据,不好意思语句解释很少~~小弟也是初学者(Fault diagnosis using the MATLAB simulation corrected with the use of vb ~ ~ which provides the necessary databases and data, I am sorry statement to explain few ~ ~ little brother is also a beginner)
- 2010-06-09 17:41:22下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
1
FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分:1
-
prueba_vga_25_MHz_dcm_nexys_2
clk, games tetris i hope is necesary
- 2014-02-03 12:09:50下载
- 积分:1
-
Delaunay
delaunary三角剖分,在数据点较小的情况下,运行结果还算客观,但是数据点大于五万时,运行较慢。(Delaunary triangulation, data point in the case of small, the operation results is objective, but the data points is greater than fifty thousand, is running slower.)
- 2014-12-09 21:44:53下载
- 积分:1
-
ApuEfficiency
matlab求取发动机及电机最优工作曲线的代码(strike the optimal curve engines and motors code by matlab)
- 2021-03-28 22:49:10下载
- 积分:1
-
LEACH002
omnet++4.0实现的WSN中Leach算法,可以运行(Leach algorithm in WSN omnet++ 4.0 to achieve, you can run)
- 2014-08-08 20:19:12下载
- 积分:1
-
Sonar_Exp_v2_CW
声纳技术 常用水声信号及其处理方法 内容 CW信号(Commonly used in underwater acoustic signal processing method)
- 2012-04-15 08:54:09下载
- 积分:1
-
PP
说明: 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对
选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有
结果准确、收敛速度快等特点。
关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软(Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft)
- 2010-12-21 10:58:01下载
- 积分:1
-
graph_unrelated_x
在程序中将不相干的一些数据进行处理,并用mschart绘制出直观图出来(procedures will be irrelevant in some of the information processed and used mschart drawn out direct-viewing chart)
- 2007-05-13 11:58:49下载
- 积分:1