-
Matlabbased
基于matlab的车牌定位和分割,能够良好的分割和定位汽车车牌(Matlab-based license plate location and segmentation, to a good vehicle license plate segmentation and positioning)
- 2009-05-15 20:12:07下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
dispersion
不同光纤长度色散对光波的影响分析.对于50km,100km 和150km光纤进行了色散分析。(Different fiber length dispersion impact on optcal signal)
- 2012-06-11 11:29:21下载
- 积分:1
-
firls
matlab fir LPF least square error with zeroa weighted
- 2013-11-21 21:35:15下载
- 积分:1
-
theflightequation
根据描述飞行器在铅垂平面内运动的数学模型,编制某飞行器的铅垂平面飞行轨迹仿真程序。(theflightequation)
- 2010-12-13 10:29:02下载
- 积分:1
-
Dvr-linear-harmonics
This paper describes the problem of voltage sags and swells and its severe impact on non linear loads or
sensitive loads. The dynamic voltage restorer (DVR) has become popular as a cost effective solution for the
protection of sensitive loads voltage sags and swells. The control of the compensation voltages in
DVR based on dqo algorithm is discussed. It first analyzes the power circuit of a DVR system in order to
come up with appropriate control limitations and control targets for the compensation voltage control. The
proposed control scheme is simple to design. Simulation results carried out by Matlab/Simulink verify the
performance of the proposed method.
- 2014-10-09 01:24:00下载
- 积分:1
-
光伏分布式
实现光伏分布式大楼中光伏功率计算,同时依据电跟随方式,可以实现燃气轮机变工况(The calculation of photovoltaic power in photovoltaic distributed building can be realized. At the same time, the off-design condition of gas turbine can be realized according to the electric following mode.)
- 2018-11-29 11:40:01下载
- 积分:1
-
DTW
DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 (DTW (Dynamic Time Warping, dynamic time warping) algorithm based on dynamic programming (DP) ideas, sounds of varying lengths to solve the template matching problem, is speech recognition appeared earlier, more classic kind of algorithm. For isolated word recognition, DTW algorithm and HMM algorithm in the training phase need to provide a large number of voice data, obtained by repeated calculations to model parameters, while the DTW algorithm is almost no additional training calculations. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.)
- 2010-09-27 16:54:22下载
- 积分:1
-
histogram-equalization-in-matlab
histogram equalisation code in matlab
- 2014-01-23 17:13:09下载
- 积分:1
-
egqwgpnp
FMCW调频连续波雷达的测距测角,相关分析过程的matlab方法,模拟数据分析处理的过程,脉冲响应的相关分析算法并检验,包含收发两个客户端的链路级通信程序,一些自适应信号处理的算法,各种kalman滤波器的设计,采用偏最小二乘法。( FMCW frequency modulated continuous wave radar range and angular measurements, Correlation analysis process matlab method, Analog data analysis processing, Related impulse response analysis algorithm and inspection, Contains two clients receive link-level communications program, Some adaptive signal processing algorithms, Various kalman filter design, Partial least squares method.)
- 2020-11-17 14:29:39下载
- 积分:1