搜索资源列表
gaosi
- 利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation
rodis
- 分析和设计衍射结构的自由程序,它是被光栅结构衍射的电磁波的麦克斯韦方程的严格解。被应用于平面电介质或吸收全息光栅的透射和反射,任意形貌的电介质或金属的surface relief光栅,多路复用全息光栅,二维 surface-relief 光栅,和各向异性光栅-Free program for analysis and design of diffractive structures, it is the grating structure of the diffraction of electr
h1
- 关于多智能体系统一致性的程序,解微分方程-Consistency of multi-agent systems program
Adams
- 线性多步法 Adams法 预测校正系统 解常微分方程-Adams method to solve differential equations
FP3bo
- 模拟多波长前向泵浦拉曼光纤放大器,通过解raman耦合微分方程,实现信号光放大,程序能够运行,直接出结果,绝对是少有的程序,很珍贵-Before simulation of multi-wavelength Raman fiber amplifier to pump through the solution raman coupled differential equations for signal light amplification, the program can be run dir
jeibou_v51
- 插值与拟合,解方程,数据分析,单径或多径瑞利衰落信道仿真,正确率可以达到98%。- Interpolation and fitting, solution of equations, data analysis, Single path or multipath Rayleigh fading channel simulation, Accuracy can reach 98 .
hingjun
- 计算时间和二维直方图,插值与拟合,解方程,数据分析,基于多相结构的信道化接收机。- Computing time and two-dimensional histogram, Interpolation and fitting, solution of equations, data analysis, Channelized receiver based on multi-phase structure.
nenfan_v47
- ldpc码的编解码实现,多抽样率信号处理,插值与拟合,解方程,数据分析。- Codec ldpc code implementation Multirate signal processing, Interpolation and fitting, solution of equations, data analysis.
beiping_v48
- 用于时频分析算法,考虑雨衰 阴影 和多径影响,插值与拟合,解方程,数据分析。- For time-frequency analysis algorithm, Consider shadow rain attenuation and multipath effects Interpolation and fitting, solution of equations, data analysis.
mingjai_v46
- 针对EMD方法的不足,插值与拟合,解方程,数据分析,一种基于多文档得图像合并技术。- For lack of EMD, Interpolation and fitting, solution of equations, data analysis, Based on multi-document image obtained combining technique.
faoliu
- 插值与拟合,解方程,数据分析,包含CV、CA、Single、当前、恒转弯速率、转弯模型,单径或多径瑞利衰落信道仿真。- Interpolation and fitting, solution of equations, data analysis, It contains CV, CA, Single, current, constant turn rate, turning model, Single path or multipath Rayleigh fading channel simu
hangping_v78
- 基于多相结构的信道化接收机,插值与拟合,解方程,数据分析,使用混沌与分形分析的例程。- Channelized receiver based on multi-phase structure, Interpolation and fitting, solution of equations, data analysis, Use Chaos and fractal analysis routines.
龙格库塔法解振动方程
- 运用龙格库塔法-ode45求解一个多自由度的振动方程,得到振动的时域响应曲线(Using Runge Kutta method, -ode45 solved a multi degree of freedom vibration equation, and obtained the time domain response curve of vibration.)
ch05 非线性方程求解
- 非线性方程是指含有指数和余弦函数等非线性函数的方程,例如, 与线性方程相比,无论是解的存在性,还是求解的计算公式,非线性方程问题逗逼线性问题要复杂的多,对于一般线性方程,既无直接法可用,也无一定章程可寻。(Nonlinear equations is refers to the index and cosine function equation of nonlinear functions, such as, for example, compared with the linear equa
article_code (1)
- 无耗均匀多导体传输线串扰电压频域直接求解,位于理想大地平面上,因为无耗所以不用对电报方程解耦。(Direct solution of crosstalk voltage in frequency domain for multi conductor transmission line)
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外推公式