-
AnIntroductiontoPatternRecognition
用matlab介绍和学习模式识别的方法和内容,全英文电子书(2010)(An Introduction to Pattern Recognition:A Matlab Approach)
- 2013-10-17 09:29:13下载
- 积分:1
-
selectiverepeat
This is a code for selective repeat ARQ which is used for transmission and reception of data. This is checked and tested code in MATLAB.
- 2011-01-09 23:01:50下载
- 积分:1
-
xuedingyu-yuanma
说明: 控制系统计算机辅助设计第二版--MATLAB语言与应用一书中的 源码(Computer Aided Control System Design Second Edition- MATLAB language and application of a source book)
- 2011-03-24 21:57:26下载
- 积分:1
-
Routh
劳斯稳定性判据的matlab实现。直接运行M文件,按提示输入特征多项式参数,即可进行系统稳定性判别。(The Routh-Hurwitz stability criterion is a necessary (and frequently
sufficient) method to establish the stability of a single-input,
single-output (SISO), linear time invariant (LTI) control system.
More generally, given a polynomial, some calculations using only the
coefficients of that polynomial can lead us to the conclusion that it
is not stable.
in this program you must give your system coefficents and the
Routh-Hurwitz table would be shown
)
- 2012-12-03 12:13:02下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
kalman
卡尔曼滤波 雷达对多维目标进行跟踪 并对装填方程进行预测 是入门的良好代码(Kalman filtering of radar target tracking and multi-dimensional equations to predict filling is good code entry)
- 2014-09-22 00:11:13下载
- 积分:1
-
comtest
自己写的串口中断程序
带有详细注释
适合新手 个人推荐 (Serial interrupt program to write notes with detailed personal recommendation for novice)
- 2020-10-10 11:07:34下载
- 积分:1
-
logistic
实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能(Realize chaotic logistic function logistic chaotic function realize realize realize logistic function logistic chaotic chaotic function)
- 2007-08-15 17:40:53下载
- 积分:1
-
Cognitive-radio
基于遗传算法的认知无线电认知引擎的仿真程序(Cognitive radio based on genetic algorithm engine simulation program of cognitive)
- 2011-05-08 12:01:34下载
- 积分:1
-
pattern_changguijiema
用于水声通信的pattern通信体制的matlab源代码 4bits量化 常规解码(The pattern used for underwater acoustic communication system, communication matlab source code for 4bits quantitative conventional decoding)
- 2010-03-04 16:52:46下载
- 积分:1