-
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
-
babu
this is average filter
.raw and .bmp file converter.
- 2014-12-09 22:42:12下载
- 积分:1
-
Simulations-Dislocations
介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
- 2013-09-05 15:19:16下载
- 积分:1
-
m--Matlab-
m伪随机序列Matlab源代码,很不错,值得看看(m pseudo-random sequence Matlab source code, very good, we can look at)
- 2013-11-15 17:08:37下载
- 积分:1
-
sysidjob3
该程序初步实现了M序列的生成,并且详细地进行了频域法的系统辨识分析。(The program is the initial realization of the M-sequence generation, and detail the frequency domain method of system identification analysis.)
- 2012-06-09 17:18:09下载
- 积分:1
-
64287612487617824
本文件为基于OMNeT_的Leach协议的仿真改进与研究(This document is based on the improvement and simulation of Leach agreement OMNeT_)
- 2014-12-14 16:42:53下载
- 积分:1
-
DEEC.matble
分簇协议的改进协议DEEC的matlab代码,绝对正确,大家可以下载试试,对学习WSN路由协议很有帮助。(Improved clustering protocol agreement DEEC matlab code, absolutely correct, you can download to try, to learn helpful WSN routing protocol.)
- 2014-01-20 17:29:25下载
- 积分:1
-
DSPfir
这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。(This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and order then mixed to produce a C-frequency digital signal, and then the resulting data samples into the main program to the DSP for digital filtering, DSP main algorithm using a circular buffer algorithm, this part of the CCS to achieve.)
- 2013-09-15 21:16:30下载
- 积分:1
-
3
编写程序:基类base,有一个私有数据成员n,派生类Derived公有继承基类base,Derived中新增加一个数据成员m(Programming: the base class base, there is a private data member n, the derived class Derived inherits the base class public base, Derived add a new data member m)
- 2013-12-17 13:38:33下载
- 积分:1
-
antenna-princple
天线设计原理,适合天线初学者以及工程人员参考的经典资料(Antenna design principle of classical information, suitable for beginners and engineering personnel antenna)
- 2014-10-31 21:56:44下载
- 积分:1