-
crc16_MATLAB
16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。(16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.)
- 2020-08-23 14:08:17下载
- 积分:1
-
peakfind
Find peaks in all waveforms. used in matlab. The peaks can be maximum and minimum.
- 2007-11-02 14:37:20下载
- 积分:1
-
365
contraharmonic filter and anti_blurring
- 2010-08-02 19:23:10下载
- 积分:1
-
human-testing
主要利用粒子滤波进行人体跟踪,能很好地进行人体跟踪(The main use of the particle filter for human body tracking, can be used for human body tracking)
- 2013-10-12 13:38:37下载
- 积分:1
-
MyRunge_Kutta
实现四阶龙格库塔算法,求解非线性方程或是非线性方程组。(To achieve fourth-order Runge-Kutta algorithm for solving nonlinear equations or nonlinear equations.)
- 2010-12-05 11:34:50下载
- 积分:1
-
ekf_example
说明: 本程序是用matlab开发的扩展Kalman Filter(this procedure is used Matlab development of the extended Kalman Filter)
- 2006-02-28 11:08:46下载
- 积分: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
-
umatcrystal_mod.f
A User Material (UMAT) subroutine that models the deformation of single crystals which undergo plastic deformation
- 2014-11-12 17:37:05下载
- 积分:1
-
BoxDimension_TS
这是一个matlab程序,用于计算混沌系统时间序列的盒维数(This is a matlab procedures used to calculate the time series of chaotic systems box dimension)
- 2014-02-13 00:29:01下载
- 积分:1
-
Fuzzy_Control_of_PUMA_Robot
fuzzy control of puma robt
- 2009-10-31 04:26:03下载
- 积分:1