-
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
-
mountainroad
主要包含数学建模中的一个逢山开路问题的求解,还有carlight等问题的实现(Every mountain open)
- 2012-03-28 17:17:24下载
- 积分:1
-
Autocorrelation-method
自相关方法,可以在某些算法中代替傅立叶算法(Autocorrelation method)
- 2011-05-14 18:36:59下载
- 积分:1
-
FFTinMP
本算法是最新FFT用于稀疏分解的快速算法,其中包括了对FFTinMP的计算复杂度的改进。(The FFT algorithm is the latest fast algorithm for sparse decomposition, including the complex calculation of FFTinMP
Complex degree of improvement.)
- 2011-12-07 11:40:38下载
- 积分:1
-
power_2levelVSC
基于VSC的三相两电平整流电路仿真,使用pwm调制和双闭环控制(A three-phase two-level rectifier circuit simulation based VSC using a double closed loop control and modulation pwm)
- 2021-04-17 14:48:52下载
- 积分:1
-
MatlabMPEG
mpeg code in matlab contains several mfiles for encoding mpeg
- 2009-09-14 14:10:49下载
- 积分:1
-
segyasu
读写segy格式和su格式的数据文件,对于从事地震数据处理的同行们很有用途哦(read and write file in segy or su format )
- 2014-08-21 15:26:17下载
- 积分:1
-
MOEAD
多目标优化算法moea/d算法代码的源代码,遗传算法,进化算法。(Multiobjective Evolutionary Algorithm Based on Decomposition)
- 2014-12-17 10:09:53下载
- 积分:1
-
simple_OFDM-master
Image Transmitted over OFDM link level
- 2019-05-20 21:30:59下载
- 积分:1
-
123464568588
office 操作技巧包括matlab简单入门教程。可供老师教学参考之用。(office operating skills, including Getting Started tutorial matlab simple. Made available to teachers teaching reference.)
- 2009-09-16 20:45:50下载
- 积分:1