-
mpgwrite
Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file.
MATLAB Release: R12
Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension .mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD). (Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. MATLAB Release: R12 Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension. mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD).)
- 2008-01-11 15:12:45下载
- 积分:1
-
sorting
说明: 用三层感知器实现数据分类。该感知器无反馈,使用2-2-1结构(Sensor data with a three-tier classification. The sensor without feedback, using the 2-2-1 structure)
- 2011-04-06 21:49:33下载
- 积分:1
-
SVM2
使用非线性支撑矢量机对一组数据进行分类。画出分界面(The use of non-linear support vector machine classification on a set of data. To draw the interface)
- 2012-05-21 20:32:05下载
- 积分:1
-
bliinds_train_test
this trains a set of images to calculate metric
- 2011-09-21 22:13:28下载
- 积分:1
-
line200
There are 200 random lines. This program is used to calculate how many intersection points they have.
- 2013-11-08 01:44:24下载
- 积分:1
-
location(MATLAB)
可以很好的实现车牌的定位(粗细定位)两步实现。(Can realize a good positioning plate (thickness positioning) two-step to achieve.)
- 2008-04-09 20:41:44下载
- 积分:1
-
rs-encoding
非常详细的介绍RS编码的小书,内附有MATlab程序。(The little book of a very detailed description of RS coding, enclosing a MATlab program.)
- 2012-07-24 00:09:06下载
- 积分:1
-
WS4WSu60
设计四轮转向的仿真图,前轮转角位输入,利用动力学方程计算,画出仿真图。(Design of four-wheel steering simulation diagram, the front wheel Angle input, using dynamic equation calculation, draw the simulation diagram.)
- 2014-09-29 19:19:30下载
- 积分:1
-
Graphics-processing
图形处理_matlab代码。用于创建图形,编辑图形,等高线等。
(Graphics processing _matlab code. For creating graphics, editing, graphics, contour lines.)
- 2014-10-28 23:59:13下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1