搜索资源列表
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
Bayer
- 基于Bayer彩色滤波阵列插值算法的研究,原本为收费文档。-Based on Bayer color filter array interpolation algorithm, the original documentation for the charges.
chazhi
- 基于图像增强的灰度插值算法,这是图像配准和图像融合的基础部分-Gray-scale image enhancement based on the interpolation algorithm, which are image registration and image fusion of the basic part of
matlab_algorithms
- matlab 的常用算法源代码,包含插值拟合/规划/方程求解等多个代码-matlab source code for commonly used algorithms, including interpolation fitting/planning/equations and other codes
32365
- 数值分析matlab部分例题代码:Jacobi迭代法,二分法,幂法,龙贝格算法,插值法-Numerical analysis matlab part of the example code: Jacobi iteration method, bisection method, power method, Romberg algorithm, interpolation
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
kuaisufuliyebianhuan
- 介绍了快速Fourier变换算法(FFT)的核心思想及其算法描述,并用Matlab程序设计语言实现了FFT算法.最后,举例说明用FFT算法计算复函数f(x)的插值函数-Introduced the fast Fourier transform (FFT) algorithm and its core idea of the algorithm descr iption and using Matlab programming language to implemen
demosaic_raw
- matlab 实现demosaic 双线性插值法-demosaic 双线性插值算法
Matlab_interpolation_algorithm
- FFT加窗插值修正算法可以较好地提高电力系统 谐波测量的准确度 ,减少由于栅栏效应带来的误差.但 该算法比较复杂 ,编程实现比较困难 ,而Matlab有强大 的数字信号处理功能 ,有专门用于快速傅立叶变换的 FFT函数和良好的图形显示功能.因此用 Matlab 实现 加窗插值算法 ,降低了算法实现的复杂度 ,无论是在仿 真方面还是在实用上都能达到事半功倍的效果-FFT and window interpolation correction algorithm can b
fai-V5.5
- 插值与拟合的matlab实现,旋转机械二维全息谱计算,最大信噪比的独立分量分析算法。- Interpolation and fitting matlab implementation, Rotating machinery 2-d holographic spectrum calculation, SNR largest independent component analysis algorithm.
3362
- ML法能够很好的估计信号的信噪比,基于掌纹识别的在线身份验证 识别算法本科毕设,插值与拟合的matlab实现。- ML estimation method can be a good signal to noise ratio, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Interpolation and fitting ma
vugsq
- 采用热核构造权重,结合PCA的尺度不变特征变换(SIFT)算法,插值与拟合的matlab实现。- Thermonuclear using weighting factors Combined with PCA scale invariant feature transform (SIFT) algorithm, Interpolation and fitting matlab implementation.
rfuvu
- 包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,包括最后计算压缩图像的峰值信噪比和压缩效果的源码,插值与拟合的matlab实现。- Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, Including the final calculation of the compressed image peak signal to noise ratio and compression of the
nen_v71
- 基于kaiser窗的双谱线插值FFT谐波分析,在MATLAB中求图像纹理特征,一些自适应信号处理的算法。- Dual-line interpolation FFT harmonic analysis kaiser windows, In the MATLAB image texture feature, Some adaptive signal processing algorithms.
dh566
- 分形维数计算的毯子算法matlab代码,基于kaiser窗的双谱线插值FFT谐波分析,一种基于多文档得图像合并技术。- Fractal dimension calculation algorithm matlab code blankets, Dual-line interpolation FFT harmonic analysis kaiser windows, Based on multi-document image obtained combining technique.
fou-V8.6
- 使用matlab实现智能预测控制算法,与理论分析结果相比,插值与拟合,解方程,数据分析。- Use matlab intelligent predictive control algorithm, Compared with the results of theoretical analysis, Interpolation and fitting, solution of equations, data analysis.
数字图像的几何变换
- 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用