-
Irrlicht.net
The study documents the famous 3D engine for 3D developers learn to use.
- 2014-02-12 22:12:18下载
- 积分: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
-
IDV-HOPt
这是用MATLAB仿真平台,实实现无线传感器网络定位算法仿真。
(This is the real implementation of the wireless sensor network localization algorithm simulation using MATLAB simulation platform.)
- 2012-09-08 14:03:12下载
- 积分:1
-
mytry_02
程序控制编程实例24 如何设计多层嵌套异常捕获错误(Programming examples of process control 24 how to design multi-layer nested Exception Catching errors)
- 2007-11-13 21:17:59下载
- 积分:1
-
shuzituxiangchuli
数字图像处理。MATLAB写的程序。免费下载。。。。。。。。。。。。。(Digital image processing. Programs written in MATLAB. Free Download. . . . . . . . . . . . .)
- 2010-06-26 21:51:20下载
- 积分:1
-
Noname1
test is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sample
- 2014-01-22 13:34:28下载
- 积分:1
-
mmq
使用MATLAB做图像处理,包括求灰度图、均衡化以及各种直方图,也可进行曲线拟合,求亮度曲面分布,和图像的均值与方差,便于学习(Use MATLAB to do image processing, including seeking grayscale, and a variety of histogram equalization, but also for curve fitting, seeking surface brightness distribution, and the mean and variance of the image, easy to learn)
- 2014-12-18 20:16:28下载
- 积分:1
-
aneos
定義如何槍在子彈內的運動規律之UDF,定義槍的構造以及邊界,設定槍的運動方式(UDF defines how the bullet in the gun law of motion, the definition of the structure and boundaries of the gun, the gun movement set)
- 2014-11-26 15:31:36下载
- 积分:1
-
Magnavox-LCD-37mf437-37-chirping---Badcaps-Forums
magnovox source code
- 2015-01-07 05:33:03下载
- 积分:1
-
windowsprog
说明: 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。(This book describes the Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the process writing approach. These procedures used C language and use the original Windows Application Programming Interface (API). As discussed later in this chapter, and it is not writing the only way to Windows program. However, regardless of how you use the writing process, understand the Windows API are very important.)
- 2009-08-12 20:58:53下载
- 积分:1