-
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
-
Harris-MATLAB
Harris角点特征提取MATLAB代码,完整的中文注释了每条命令的用法意义。(Harris corner feature extraction MATLAB code, note the use of the full Chinese meaning of each command.)
- 2013-12-31 00:38:52下载
- 积分:1
-
untitled2223
电力系统 重合闸建模,能很好的对分布式电源的重合闸情况进行模拟(Reclosing power system modeling, can be a good situation for reclosing simulation of distributed power)
- 2014-01-15 10:15:56下载
- 积分:1
-
UnderstandingLTEwithMATLAB_Chapter4
UnderstandingLTEwithMATLAB_Chapter 4 Code
- 2020-07-02 08:20:01下载
- 积分:1
-
csp
用csp对脑电信号就行特征提取的matlab代码(EEG with csp line feature extraction matlab code)
- 2021-05-13 14:30:02下载
- 积分:1
-
蒙特卡洛
说明: 蒙特卡洛简单示例,适合初学者,简单容易,吐血整理(Monte Carlo simple example, suitable for beginners, simple and easy, vomiting blood)
- 2020-03-14 10:42:05下载
- 积分:1
-
IMemberDelta
Charset_ISO_8859_10 extends Charset_AbstractTest.
- 2014-01-01 11:23:50下载
- 积分:1
-
WSN-AODV
当一个节点需要给网络中的其他节点传送信息时,如果没有到达目标节点的路由,则必须先以多播的形式发出RREQ(路由请求)报文(AODV(Ad hoc On-demand Distance Vector Routing))
- 2021-04-03 10:59:06下载
- 积分:1
-
ac1_example
AC1 - Six-Step VSI Induction 3HP Motor Drive
Demonstration of the AC1 Six-Step VSI Induction Motor Drive during speed regulation.
- 2011-07-22 20:27:17下载
- 积分:1
-
GUNESHUCREMAKALE
solar cell photovoltaik pv mat lab bir diyodlu model m-file
- 2013-01-14 02:44:50下载
- 积分:1