-
z--VEGA--vakili
VEGA matlab code (Vector Evaluted Genetic Algorithm)- An evolutionary multi-objective optimization algorithm
- 2017-05-25 05:43:14下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
rcos
自己设计的脉冲成形滤波器,采用matlab编码,并产生一个序列,输出经过成形后的波形(Pulse shaping filter design using matlab coding and generate a sequence, the output waveform after forming)
- 2012-04-27 11:14:09下载
- 积分:1
-
Read-and-Write-Excel-File
在matlab环境下对EXCEL文件进行读写操作,适合初学者学习借鉴。(In the matlab environment EXCEL file read and write operations, suitable for beginners to learn.)
- 2013-12-23 20:11:08下载
- 积分:1
-
power_system_design_and_analysis_using_MATLAB
MATLAB电力系统设计与分析,一本MATLAB在电力系统分析和设计方面的教材。(power system design and analysis using MATLAB)
- 2010-01-08 15:50:26下载
- 积分:1
-
image
说明: 关于数字识别的matlab程序,数字图像的分割的计算方法(digit recognition)
- 2010-04-27 16:11:34下载
- 积分:1
-
chepai
车牌识别系统,在Matlab下运行。。。。(che pai shi bie)
- 2014-11-12 13:00:35下载
- 积分:1
-
raytrace
里面是一个地震射线追踪的源码程序,还有相关的文档,适合学习地球物理专业的学生。(Inside is a seismic source ray tracing program, as well as related documentation for learning geophysics majors.)
- 2015-01-24 10:07:26下载
- 积分:1
-
Matlabcp
自动检测车牌号,进行图像分析,并进行相应和相关的处理(Automatically detect the license plate number)
- 2014-01-20 17:20:58下载
- 积分:1
-
chirpwaveguide
基于耦合模式理论以及传输矩阵的啁啾光栅光纤的延时和反射率matlab编程仿真分析(the simulation of the reflectivity and delay of the Chirped fiber grating )
- 2014-05-04 13:13:20下载
- 积分:1