搜索资源列表
超定方程解法集合
- 各种超定方程的解法: 包括LDLT分解法、最小二乘法等
Matlab曲线拟合 最小二乘法 polyfit
- 已知离散点上的数据集 ,即已知在点集 上的函数值 ,构造一个解析函数(其图形为一曲线)使 在原离散点 上尽可能接近给定的 值,这一过程称为曲线拟合。最常用的曲线拟合方法是最小二乘法,该方法是寻找函数 使得最小
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
增强最小二乘法
- 增强最小二乘法,它对残差项进行了处理,预测效果明显好于最小二乘法
zishiying
- matlab的各种自适应仿真分析。。自适应信息处理的算法、方案繁多,究其实质可归纳为遵循最小均方误差(Least Mean Square,LMS)准则及最小二乘(Least Square,LS)准则两大类,其他算法大多是这两种算法的演进。-matlab simulation analysis of various adaptive. . Adaptive information processing algorithms, a variety of plans, their essence ca
Localization-based-on-LS-SVR-in-WSN
- 文章针对无线传感器网络(WSN)节点定位算法DV-Hop的节点间距离沽计误差对定位准确度影响较大的问题,提出一种基于LS-SVR(最小二乘支持向量回归机)的定位算法L-LSSVR. -Aiming at solving the problem of the significant influence of distance estimation error onlocation accuracy of DV-Hop in Wireless Sensor Networks (WSN), a n
lscma
- 最小二乘恒模算法在VHF地空通信中抗干扰特性的仿真分析-Immunity characteristics simulation the LSCM algorithm in the VHF air-ground communication analysis
shuzhibijin
- 复变函数数值逼近matlab实现最小二乘法-Complex variable numerical approximation least squares method matlab realize
suanfadaquanpdf
- 里面包含了通信中常用的30个算法,如灰色预测,蚁群算法,最小二乘等,每隔算法都讲解的很详细并且有相应的MATLAB示例-Which contains 30 commonly used communication algorithms, such as prediction, ant colony algorithm, least squares, etc., every algorithms to explain in great detail and have corresponding MA
LS
- LS(Least Square,最小二乘法)算法是信道估计算法中最基本的算法之一。在MIMO-OFDM系统中,经常选择LS算法或其改进算法对信道进行估计。利用LS算法设计信道估计器,算法结构简单易于实现,且估计器不需要知道信道中各个收发天线对之间的自相关矩阵和噪声。-LS (further Square, Least Square) algorithm is one of the most basic algorithm of channel estimation algorithm. In M
PLS
- 偏最小二乘原理详细介绍,并有案例分析和相应的程序-Partial least squares principle is introduced in detail, and a case analysis and the corresponding procedures
lao-gt75
- 重要参数的提取,关于神经网络控制,利用最小二乘算法实现对三维平面的拟合。- Extract important parameters, On neural network control, Least-squares algorithm to fit a three-dimensional plane.
tanghenfun
- 有详细的注释,进行波形数据分析,PLS部分最小二乘工具箱。- There are detailed notes, Waveform data analysis, PLS PLS toolbox.
ttbww
- 基于分段非线性权重值的Pso算法,最小二乘回归分析算法,汽车课设货车Matlab驱动力图程序。- Based on piecewise nonlinear weight value Pso algorithm, Least-squares regression analysis algorithm, Car class-based truck driver trying to Matlab program.
rpduk
- PLS部分最小二乘工具箱,包括四元数的各种计算,毕设内容,高光谱图像基本处理。- PLS PLS toolbox, Including quaternion various calculations, Complete set content, basic hyperspectral image processing.
3331
- 采用偏最小二乘法,基于matlab平台实现,关于小波的matlab复合分析。- Partial least squares method, Based on matlab platform, Matlab wavelet analysis on complex.
cedbk
- 基于K均值的PSO聚类算法,非常适合计算机视觉方面的研究使用,包括最小二乘法、SVM、神经网络、1_k近邻法。- K-means clustering algorithm based on the PSO, Very suitable for the study using computer vision, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
poulai-V8.8
- 合成孔径雷达(SAR)目标成像仿真,包含位置式PID算法、积分分离式PID,最小二乘回归分析算法。- Synthetic Aperture Radar (SAR) imaging simulation target, It contains positional PID algorithm, integral separate PID, Least-squares regression analysis algorithm.
广义最小二乘法详细介绍
- 最小二乘法应用广泛,计量经济学中常使用广义最小二乘法,本文档详细介绍了该算法。
系统辨识最小二乘法
- 系统辨识最小二乘法,里面有相关的代码和原理