搜索资源列表
shang_erzhi
- 图像一维熵的计算方法。读入彩色图像,利用图像信息熵的计算公式,设计算法,实现熵的计算。-one-dimensional image entropy method of calculation. Reading into color images using image information entropy formula, design algorithm, and entropy calculations.
Squre
- 使用最小二乘法的一次性计算公式来估计y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n中b0, b1, ..., bn的值,并显示你和的曲线.-use of least squares method of the one-time formula to estimate y (i) = b0 b1 b2 * x * x ^ 2 b x ^ 3 * 3 * ...... bn x ^ n b0, b1, ..., bn value,
自己用matlab编的核心专利计算公式
- 自己用matlab编的通过引用关系计算核心专利的程序。也许不够专业,不过绝对原创。
daima
- 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
snr
- 计算信噪比,计算公式是信号能量比上噪声能量-SNR Calculation,signal power divide noise power
astro
- 球面天文学(岁差、章动)和天体力学(行星星历表)的原始计算公式、算法和程序。matlab编译通过。主要包括:公历/儒略历转换为儒略日,儒略日转换为公历/儒略历,球坐标转换为直角坐标,直角坐标转换为球坐标等38个matlab源代码。压缩文件中有说明。-Spherical Astronomy (precession, nutation) and celestial mechanics (line stars ephemeris) of the original formula, algorithms
new
- 一个matlab程序,实现严格按照BP网络计算公式来设计-design a matlab program ,In strict accordance with the BP network computing formula
bpdetail
- 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大,出来后学习率又还原 优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)-BP network in strict accordance with the formula to design a matlab program, the optimized BP network desig
mathcad
- MathCAD是美国Mathsoft公司推出的一个交互式的数学软件。该软件定位于向广大教师、学生、工程人员提供一个兼备文字处理、数学和图形能力的集成工作环境,使他们能方便地准备教案、完成作业和准备科学分析报告。在输入一个数学公式、方程组、矩阵之后,计算机能直接给出结果,而无须去考虑中间计算过程。在加入软件包自带的Maple插件后能直接支持符号运算。你可以在计算机上输入数学公式、符号和等式等,很容易地算出代数、积分、三角以及很多科技领域中的复杂表达式的值,并可显示数学表格和图形,通过对图形结果的分
Matlab-design-with-mathematical-formula
- 用matlab设计的常用数学公式和计算公式的程序,写在一个WORD文档里-Matlab design with mathematical formula and the formula commonly used procedures, written in a WORD document where
mi
- matlab 互信息理论主要函数的工具包,包括互信息,熵的计算公式等程序-the main function of mutual information theory matlab toolkit, including the mutual information, entropy calculation
norgra
- 正常重力的仿真模型,内含正常重力计算公式,可模拟不同纬度的正常重力-Simulation model of normal gravity, containing normal gravity formula can simulate normal gravity in different latitudes
shuige
- 南宁地区用matlab计算标准有效温度(SET)的计算公式-Nanning area calculation standards using matlab effective temperature (SET) is calculated
FINALTEST
- 参考作物蒸散量计算公式,FAO国际农粮组织推荐的那个方法-ET0
ldcs
- 泥沙粒度参数计算程序,应用作图法来计算粒度参数,计算公式为国家海洋调查规范所用的公式,一共输出五个参数,平均粒径,中值粒径,分选系数,偏态系数,峰态系数。-Sediment grain size calculation procedures, the application of mapping method to calculate the size parameters, calculated as the National Marine survey specifications used
zuobiaoxuanhuan
- matlab依据椭球的高斯投影公式,将某一个点的经纬度坐标转化为横纵坐标的计算公式的m文件。输入形式为n*2的矩阵即可。-matlab based on the Gaussian ellipsoid projection formula, the latitude and longitude coordinates of a point into a vertical and horizontal coordinates of the formula m-file.
wigner-ville分布系列的matlab编程
- matlab软件中对wigner-ville分布的函数编程,伪wigner-ville分布的函数编程,平滑伪wigner-ville分布的函数编程,对照三种wigner-ville分布的计算公式,进行了详细的编程。该子函数是可以直接应用的子函数,可以直接下载在matlab软件中应用即可。
复化Simpson公式法----matlab
- 复化Simpson公式法----matlab,勇于离散积分方程,助于勇于工程反问题的计算,适合于算例仿真。 (Complex Simpson formula ---- matlab, the courage to discrete integral equation, help to the courage to reverse the calculation of the project, suitable for example simulation.)
齿轮啮合刚度 计算程序
- 计算齿轮啮合刚度的matlab程序,非常有用的,希望大家积极下载(Matlab program for calculating gear mesh stiffness. It is very useful. I hope you can download them actively.)
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)