-
SendTestData_2
从声卡SPEAK 端 输出1HZ 锯齿波。 MATLAB编程(generating 1 Hz sawtooth from the Sound card )
- 2009-04-18 10:19:39下载
- 积分:1
-
FHSS-PROGRAM-AND-ITS-OUTPUT
sourcse code for fhss
- 2012-11-28 09:07:21下载
- 积分:1
-
bunsui
包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,插值与拟合的matlab实现,实现串口的数据采集。( It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, Interpolation and fitting matlab implementation, Achieve serial data acquisition.)
- 2016-11-21 13:46:37下载
- 积分: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
-
Kalman-Filters
KALMAN滤波介绍性材料,很适合入门。对kalman滤波及其扩展做了很好的阐述。(introduction for kalman filter,especially for freshman)
- 2011-10-08 20:54:34下载
- 积分:1
-
GUIsignals
this is the another matlab code for gui signals
- 2010-02-26 14:32:03下载
- 积分:1
-
histogram-in-many-ways
i am uploading the code for convolution in matlab
- 2012-04-11 22:35:45下载
- 积分:1
-
tracking
目标追踪小程序!是入门级的基础基础小程序。。。非常简单,适合刚刚接触的新手或学生。(the source code of tracking)
- 2012-05-30 14:54:59下载
- 积分:1
-
dianyadianliu
buck电压电流双闭环 在simulink仿真环境下(Voltage and current double closed loop)
- 2016-06-12 20:15:12下载
- 积分:1
-
程序
说明: lms算法的一个基本的应用 关于噪声消除(A basic application of LMS algorithm on noise elimination)
- 2020-11-19 10:37:38下载
- 积分:1