-
LeastSquaresAlgorithmDemo
最小二乘算法的简单例子,希望对大家有所帮助。(a simple of Least squares algorithm example, It may be Helpful.)
- 2010-12-28 10:32:50下载
- 积分:1
-
Dig_Filter
FIR & IIR Digital Filters
- 2011-02-13 21:27:53下载
- 积分:1
-
facedete
此程序提取Gabor小波特征,然后由SVM进行分类的Matlab源代码(The Gabor wavelet feature extraction process, then classified by the SVM in Matlab source code)
- 2011-09-11 13:26:05下载
- 积分:1
-
5G_FBMC_BER
systemvue for FBMC BER
- 2021-03-25 15:09:13下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
music
这一课我们用 4 个按键来控制播放音乐。K1-K3 每个键播放一首音乐,K4 按键停止
音乐的播放
(this)
- 2010-10-17 16:25:42下载
- 积分:1
-
LHYslm
说明: OFDM的SLM算法的实现和不同通道数下的比较(The SLM OFDM algorithm implementation and the comparison under different number of channels)
- 2011-03-21 22:14:36下载
- 积分:1
-
distribution
计算回转支承的应力分布,使得每个滚珠应力都很清楚(calculation of pressure distribution of slewing bearings)
- 2012-01-24 00:22:06下载
- 积分:1
-
CSPfilter
Common spatial pattern 公共空间模式滤波是处理脑电信号的一种方法,它可以使两类想象运动EEG的协方差之间的差距最大化,便于后期的分类处理。(Common spatial pattern model of public space filtering is a method of EEG signal processing, it can make two types of movement EEG covariance imagine the gap between the maximum, to facilitate the later classification.)
- 2010-05-07 18:17:00下载
- 积分:1
-
vibration-equation
求解计算多个自由度下的机械振动情况,并绘制位移、速度以及加速度曲线(Multi degree of freedom forced vibration equation)
- 2014-06-24 10:11:31下载
- 积分:1