登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 包络线去除

  包络线去除完全用Excel函数写的包络线去除分析,仅实现了1850—2100nm的包络线去除,其他波段可自行扩展(Continuum Removal MATLAB Compiler 1. Prerequisites for Deployment . Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you have installed version 7.13. . If the MCR is not installed, run MCRInstaller, located in: <mcr_root>* oolboxcompilerdeploywin32MCRInstaller.exe For more information on the MCR Installer, see the MATLAB Compiler documentation.)

3
下载
119
浏览
2020-06-29发布

2. neidian

  内点法求解线性规划问题; 通过内点法实现了线性规划问题的求解; 内有说明文件;(Interior point method for solving linear programming problems through the realization of the interior point method for solving linear programming problem there is documentation )

265
下载
135
浏览
2020-06-29发布

3. bode

  关于FFT和bode图的相关分析和再saber中的实现程序。。关于FFT和bode图的相关分析和再saber中的实现程序。。关于FFT和bode图的相关分析和再saber中的实现程序。。(On the FFT and Bode diagram of the relevant analysis and re saber in the implementation process.)

8
下载
121
浏览
2020-06-29发布

4. readraw

  读取raw文件,函数文件输出具体矩阵数值(Read raw files, functions, file output specific matrix values)

44
下载
105
浏览
2020-06-29发布

5. niugun

  正确率可以达到98%,抑制载波型差分相位调制,数据包传送源码程序。( Accuracy can reach 98 , Suppressed carrier type differential phase modulation, Data packet transfer source program.)

1
下载
109
浏览
2020-06-29发布

6. fft

  信号提取,fft变换,模态分析,互相关分析(fft)

81
下载
106
浏览
2020-06-29发布

7. least_squares_phase_unwrapping_algorithm

  详细讨论了INSAR技术中相位解缠最小二乘方法的算法实现;并提出改进的加权最小二乘算法的实现思路(INSAR techniques are discussed in detail in the method of least squares phase unwrapping algorithm and suggestions for improvement of the weighted least squares algorithm implementation ideas)

34
下载
127
浏览
2020-06-29发布

8. L-moment-GEV-GPD

   《基于L 矩估计的GEV-GPD分布拟合及其频数分配和分位数计算》 L 矩估计各分布参数(包括GUMBEL分布,GEV分布,GPD分布) ,其中包括子程序(1)计算频数分配(PINSHU),(2)数组排序(BSORT),(3)L矩估计GUMBEL,GEV及GPD参数,(4)检验拟合效果TEST,TEST1.( L moment GEV-GPD calculation, which can be used to calculate distributed parameters of L moment, etc. )

36
下载
107
浏览
2020-06-29发布

9. pattern_recognition_v6.1

  完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等(Complete pattern recognition library, including matrix computation, a variety of pattern recognition algorithms, such as K-means, SVM, RVM, NN, LDA, etc.)

340
下载
129
浏览
2020-06-29发布

10. metal0828

  金属表面反射模型算法,用于计算不同金属的偏振反射参数。(Metal surface reflectance model algorithm used to calculate the different metal polarized reflectance parameters.)

24
下载
115
浏览
2020-06-29发布

11. coplqp.tar

  内点法求解凸二次规划 COPL_QP是一个可用的凸二次规划实验的解。这个软件包试图解决线性约束凸二次规划。源代码用C语言编写,附带用户指南(postscript文件)和问题实例(Interior point method for solving convex quadratic programming)

145
下载
106
浏览
2020-06-28发布

12. CG_DESCENT-C-2.0.tar

  共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。(Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.)

27
下载
177
浏览
2020-06-28发布

13. hanning11

  加汉宁窗fft插值算法,计算谐波幅值、频率、相位,需输入采样频率、fft长度(hanning windows Harmonic analysis)

180
下载
156
浏览
2020-06-28发布

14. UEL and UMAT

  A summary of UEL and UMAT

25
下载
154
浏览
2020-06-28发布

15. 对相干信号进行方位估 TOELITZ_MUSIC

  对相干信号进行方位估计,使用TOEPLITZ矩阵进行解相干,music算法进行DOA估计(Estimation of the azimuth of coherent signals, decoherence using TOEPLITZ matrix and music algorithm for DOA estimation)

28
下载
225
浏览
2020-06-28发布

16. 共轭梯度法

说明:  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method Gradient) is a method between the steepest descent method and Newton's method. It only uses the first derivative information, but overcomes the disadvantage of slow convergence of steepest descent method, and avoids the disadvantage of storing and calculating Hesse matrix and solving inverse of Newton's method. Conjugate gradient method is not only one of the most useful methods to solve large-scale linear equations, but also the most effective method to solve large-scale nonlinear optimization One of the algorithms of. Among all kinds of optimization algorithms, conjugate gradient method is very important. It has the advantages of small storage, step convergence, high stability and no external parameters.)

1
下载
142
浏览
2020-06-27发布

17. 三维 近场-远场 变换 FDTD

  三维 近场-远场 变换 FDTD...........(FDTD near field to far field transmition)

165
下载
137
浏览
2020-06-27发布

18. Turbine_Design

  工业汽轮机设计计算程序,具有很好的参考价值,可以参考学习一下(Industrial steam turbine design calculation procedures, a good reference value, you can refer to learn about)

13
下载
104
浏览
2020-06-26发布

19. matlab 传感器异步融合仿真程序 data fusion

说明:  matlab 传感器异步融合仿真程序,目前File Exchange中一共有超过35000个文件,这两天我对这三万多份源代码和模型进行了统计整理,将其中下载量最高的前1000个文件信息及链接,收录到了微信小程序中。(Matlab sensor asynchronous fusion simulation program At present, there are more than 35,000 files in File Exchange. In the past two days, I have compiled and compiled these more than 30,000 source codes and models, and included the information and links of the top 1,000 files with the highest download volume in the WeChat applet.)

6
下载
170
浏览
2020-06-25发布

20. util_mod

  相场法基础书籍的配套计算代码,对于学习相场法的基础同学来说极其有用(The supporting calculation code of the phase field basic book is extremely useful for the students who are studying the basic method of the phase field method.)

2
下载
111
浏览
2020-06-25发布