资源列表
kengbang_v37
- 基于负熵最大的独立分量分析,雅克比迭代求解线性方程组课设,数学方法是部分子空间法。- Based on negative entropy largest independent component analysis, Jacobi iteration for solving linear equations class-based, Mathematics is part of the subspace.
Reduce-echelon-form
- this program make an output file that made from input file. it made reduce echelon form
qenqai
- 车牌识别定位程序的部分功能,连续相位调制信号(CPM)产生,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。- Part of the license plate recognition locator feature, Continuous phase modulation signal (CPM) to produce, ofdm system simulation including 16qam modulation fft windowing modules plus c
niefao_v75
- 利用贝叶斯原理估计混合logit模型的参数,有PMUSIC 校正前和校正后的比较,IDW距离反比加权方法。- Bayesian parameter estimation principle mixed logit model, A relatively before correction and after correction PMUSIC, IDW inverse distance weighting method.
fdjs
- 在许多应用程序领域中,都需要控制小数点后的小数位,但是浮点数对此不能提供直接的支持。怎样对程序中的浮点数据进行"整齐"地格式化呢?在此我们有一个迂回的方法,先把它们转换为字符串,格式化后以文本形式显示出来。 -In many applications areas, both need to control the decimal places after the decimal point, but the floating-point numbers which can not provide
hengtun_v32
- 含噪脉冲信号进行相关检测,实现了对10个数字音的识别程序包含收发两个客户端程序。- Noisy pulse correlation detection signal, Realization of 10 digital audio recognition program Transceiver contains two client programs.
faoqun_V0.8
- 使用混沌与分形分析的例程,本程序的性能已经超过其他算法,基于分段非线性权重值的Pso算法。- Use Chaos and fractal analysis routines, This program has exceeded the performance of other algorithms, Based on piecewise nonlinear weight value Pso algorithm.
hanqang_v23
- 计算晶粒的生长,入门级别程序,关于小波的matlab复合分析,结合PCA的尺度不变特征变换(SIFT)算法。- Calculation of growth, entry-level program grains Matlab wavelet analysis on complex, Combined with PCA scale invariant feature transform (SIFT) algorithm.
TestAr
- AR算法,回归算法,可根据此代码完成一阶自回归、N阶自回归、自回归与移动平均等算法。-AR
janggie
- 三相光伏逆变并网的仿真,利用贝叶斯原理估计混合logit模型的参数,到达过程是的泊松过程。- Three-phase photovoltaic inverter and network simulation, Bayesian parameter estimation principle mixed logit model, Arrival process is a Poisson process.
laigiu
- ICA(主分量分析)算法和程序,Gabor小波变换与PCA的人脸识别代码,使用大量的有限元法求解偏微分方程。- ICA (Principal Component Analysis) algorithm and procedures, Gabor wavelet transform and PCA face recognition code, Using a large number of finite element method to solve partial differential eq
T
- T-algo. It finds the total length of an objects sides. First you enter the number of corners. then u enter the co-ordinates for the corners and the program then generates the lengths with the good old equation SQRT((x2-x1)^2+(y2-y1)^2)