-
matlab-convolution-code-program
文档里是基于matlab的卷积码编码,和维特比译码的程序。(Documentation is based on matlab convolution coding, and Viterbi decoding procedures.)
- 2014-11-02 14:30:13下载
- 积分:1
-
farward_fuel
bidirectional converter with the fuel cell
- 2015-02-22 16:08:30下载
- 积分:1
-
DoublePendulum
Double Pendulum Simulink model
- 2012-08-15 17:50:04下载
- 积分:1
-
OFDM_send_matlab
OFDM_send_matlab程序
(OFDM_send_matlab procedures)
- 2008-07-17 22:17:28下载
- 积分:1
-
DC_startup
This folder has two files for the simulation od dc motor starting. please run the *.m file to run the *.mdl file(This folder has two files for the simulation od dc motor starting. please run the*.m file to run the*.mdl file)
- 2009-11-05 12:02:11下载
- 积分:1
-
FdRLS
雷达数据处理对于观测的目标位置数据(称为点迹)进行滤波处理,自动形成航迹,并且可以对下一个目标的位置进行估计预测。利用最小二乘算法(LMS)进行滤波处理,得到了比较稳定的航迹估计。
最小二乘方法是参数估计中一种较为常见的参数估计方法。对于雷达观测数据,在我们假定已经精确知道航迹的运动学模型之后,通过建立观测方程,即可以对于模型的参数,如初速度,初始位置和加速度等进行最小均方误差估计。采用序贯最小二乘的方法可以对观测数据进行实时处理,已对待估计参数进行实时更新,然后利用观测模型可以对 数据进行滤波计算。(Radar data processing for target position data observed (known as trace points) filter processing, automatic track, and can be estimated to predict the position of the next target. Using the least squares algorithm (LMS) filtering process, have been relatively stable track estimates. Least-squares parameter estimation method is a more common parameter estimation method. For radar data, we assume that the kinematic model has been accurately track after, through the establishment of observation equations, which can be the parameters of the model, as ever speed, acceleration, etc. initial position and minimum mean square error estimation. Sequential least squares method using the observed data can be processed in real time, has been to treat the estimated parameters are updated in real time, and then use observational data can be filtered model calculations.)
- 2021-04-24 07:58:47下载
- 积分:1
-
基于改进卡尔曼滤波的无速度传感器探究_张海刚
说明: 永磁同步电机无速度传感器滑模控制论文,基于改进卡尔曼滤波的无速度传感器探究_张海刚(Speed Sensorless Sliding Mode Control of Permanent Magnet Synchronous Motor)
- 2020-06-19 11:20:02下载
- 积分:1
-
101259378luv_rgb_yuv_lab_space_convert(2)
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = dest<-src , or
alternatively, S = src->dest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
- 2009-04-13 10:24:47下载
- 积分:1
-
subspace-based-on--MUSIC-algorithm
基于子空间的MUSIC算法,求到达角、离开角(Subspace-based MUSIC algorithm, and angle of arrival, left corner)
- 2013-09-11 09:25:31下载
- 积分:1
-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1