搜索资源列表
sbs
- 在时间上使用隐式有限差分法,空间上使用后向差分法,对耦合波方程组离散化,进而对受激布里渊散射的能量反射率和产生SBS的阈值能量进行数值模拟。-Begin with the coupled wave equations which describe the interactions of the pump, the sound and the Stokes wave in the process of SBS. The equations are simplified according prac
barnes
- 逐次订*差值程序,可代替matlab自带的griddata-Successive correction method difference program, instead of Matlab comes griddata
kring123
- 克里金(Kriging)插值法又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。它首先考虑的是空间属性在空间位置上的变异分布.-Kringing smooth
1D-FDM
- 运用插值的全矢量有限差分法求解阶跃光波导本征模式以及等效折射率 -Using the interpolation of full vector finite difference method to solve step eigen mode optical waveguide and equivalent refractive index
source
- 此代码主要是利用最邻近差值法,双线性插值法,高阶插值法实现图像的旋转以及缩放-This code is the difference between the use of the nearest neighbor method to achieve image rotation bilinear interpolation, higher-order interpolation and scaling
DSP-The-first-homework
- DSP 戴礼荣的第一次DSP作业,借助M AT L A B 画出误差性能曲面和误差性能曲面的等值曲线;用M AT L A B 产生方差为0.05,均值为0 白噪音S(n),并画出其中一次实现的 波形图;在误差性能曲面的等 值曲线上叠加画出采用最陡下降法, LMS 法时H(n)的在叠代过程中的轨迹曲线-Homework of Dai Lirong
onevc6.0
- 系统分析一维搜索求最值C语言实现,vc6.0环境测试无异常。通过黄金分割法生成未知量循环带入目标函数,直至两未知量差值小于指定范围。-Systems analysis of one-dimensional search for the most value C language, vc6.0 environmental testing without exception. Generating an unknown quantity into the objective function by
chazhiqiege
- 利用差值切割法来实现位场异常区域场和局部场的分离,自己编写的小程序,效果可以。-Use the difference between the cutting method to realize the potential field anomalies regional field and separated local field, I have written a small program, the effect can be.
differential-equations
- 生物医学领域最常见的数学模型是微分方程形式的模型。大多数微分方程,需要用数值方法求解。主要介绍有限差分法、插值法和积分法-The biomedical field is the most common form of differential equations mathematical model model. Most of differential equations, numerical methods needed.
图片
- OTSU算法也称最大类间差法,有时也称之为大津算法,被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响,因此在数字图像处理上得到了广泛的应用。它是按图像的灰度特性,将图像分成背景和前景两部分.(Difference method OTSU algorithm called maximum class, sometimes called the Otsu algorithm, is considered to be the best algorithm, threshold
matlab克里金插值kriging
- 克里金(Kriging)插值法,又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。(Krikin (Kriging) interpolation method, also called spatial covariance best interpolation method, is an optimal interpolation method named by Sout
chapter6
- 电力用户窃电大数据仿真,利用拉格朗日差值法和机器学习算法进行数据处理,有效预测。(The power user theft of large data simulation, the use of Lagrange difference method and machine learning algorithm for data processing, effective prediction.)
背景差分
- 通过背景差分法获取运动目标检测,提取前景目标,转化成二值图(The moving target detection is obtained by the background difference method, and the foreground object is extracted and transformed into a two value graph.)
差分法求解两点狄利克雷边值问题
- 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
data_Pretreatment
- 通过弦高差法对采集的轮廓数据进行异常值的判断与剔除,一维高斯滤波进行滤波,角度-弦高联合准则法进行数据精简,并通过数据验证。(The string height difference method is used to judge and eliminate the abnormal value of the collected contour data, the one-dimensional Gauss filter is filtered, the angle string height
matlab克里金插值kriging
- 克里金加权插值法,使用方便参数设定简单,容易实现,(Kriging weighted interpolation is easy to use and easy to implement,)
odesbvp
- matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
matlab数值微分程序原代码
- 9.1 利用差商近似导数 313 9.1.1 中点公式 313 9.1.2 利用Taylor公式构造差商公式 314 9.1.3 差商公式误差分析与步长优化 319 9.1.4 理查森外推法 321 9.2 插值型求导方法 323 9.3 样条求导 325 9.4 利用数值积分求导数 327 9.5 数值偏导数 329 9.6 MATLAB自带函数应用 329 9.6.1 diff函数 329 9.6.2 gradient函数 3
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式
程序
- 数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)