-
fft1
高频地波雷达回波信号二维傅里叶变换仿真处理,通过该变换可以得到海上目标的速度和距离信息。(HF ground wave radar echo simulation of two-dimensional Fourier transform processing, the adoption of the sea can transform the speed and distance from goal information.)
- 2009-03-30 11:04:57下载
- 积分:1
-
mulDNewton_H
同伦方程组求非线性方程组所有解,自编程序,很好用(Homotopy equations for all solutions of nonlinear equations, written procedures, very good use)
- 2008-12-21 09:46:35下载
- 积分:1
-
pso
粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foraging algorithm (Particle Swarm Optimization), abbreviated as PSO. It has the advantages of high precision and fast convergence. It is widely used in system identification, function optimization and other fields. The document pso.m is a particle swarm algorithm identification program. On this basis, it is necessary to write an object function calculation program to realize the parameter identification of different systems.)
- 2017-09-29 12:52:29下载
- 积分:1
-
LSSVR
最小二乘法和支持向量回归机相结合无线传感网络节点定位的源码.(The source of The least squares and support vector regression combining wireless sensor network node positioning .
)
- 2020-10-26 21:39:59下载
- 积分:1
-
mk
说明: 常用于分析降水、径流、气温等要素时间序列的趋势变化,其优点在于样本不需要遵循某一特定的分布,而且很少受到异常值的的干扰,计算简便。(It is often used to analyze the trend change of time series of factors such as precipitation, runoff and air temperature. Its advantage is that the sample does not need to follow a specific distribution, and is rarely disturbed by outliers, so it is easy to calculate.)
- 2018-09-07 21:26:05下载
- 积分:1
-
数学实验——使用MATLAB 胡良剑主编
数值计算资料
13个独立的实验,涉及矩阵、微积分、统计等等(numerical calculation)
- 2018-11-17 22:41:10下载
- 积分:1
-
5798APA_model
这是一个对于非线性PA设计的DPD程序,有很好的效果,对初学者很有帮助(
This is a non-linear PA designed for DPD program, have a good effect, very helpful for beginners)
- 2016-05-20 09:31:37下载
- 积分:1
-
Target_Tracking_kalman_Program
说明: 使用卡尔曼滤波进行目标追踪的matlab源代码(The use of Kalman filter for target tracking matlab source code)
- 2008-09-20 09:22:41下载
- 积分:1
-
modelclaasify
该算法,先对协方差矩阵进行休整,然后用信息论的方法得出信号的源数,这是进行空间普估计的基础(The algorithm, first on the covariance matrix for a rest, and then used information theory methods to draw a number of signal sources, it is estimated that the basis of space S )
- 2008-04-23 17:10:18下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1