-
luoxuanjiang
螺旋桨唱音信号建模,FFT变换后有明显的谐波(The propeller singing sound signal is modeled, and FFT transformation has obvious harmonic
)
- 2015-08-29 17:22:50下载
- 积分:1
-
umfdn
BP神经网络的整个训练过程,使用高阶累积量对MPSK信号进行调制识别,主同步信号PSS在时域上的相关仿真。( The entire training process BP neural network, Using high-order cumulants of MPSK signal modulation recognition, PSS primary synchronization signal in the time domain simulation related.)
- 2017-04-24 15:50:42下载
- 积分:1
-
UU
说明: c++语言求解稀疏矩阵方程组的ICCG法源程序。参考:《工程电磁场数值计算分析与综合》 附录(Fortran90).(c++ solves sparse matrix equations with the ICCG method.Reference: " Analysis and Synthesis of Numerical Electromagnetic Field ," Appendix (Fortran90).)
- 2010-06-08 18:53:07下载
- 积分:1
-
SVD
用matlab仿真,通过不同的方法计算矩阵的SVD分解,并用SVD的方法计算最小二乘问题和进行图像压缩(Matlab simulation, different ways to calculate the matrix SVD decomposition and the SVD method to calculate the least squares problem and the image compression)
- 2012-08-16 12:53:55下载
- 积分:1
-
vss-nlms-matlab
国外最近的一篇变步长nlms仿真,该文件有文中的几种仿真,包括基本的仿真,信道突变下的追踪性能和语音回声消除的性能分析(Recent foreign nlms a variable step simulation, the file has the text of several simulations, including basic simulation, channel tracking performance under mutation and voice echo cancellation performance analysis)
- 2021-04-13 09:18:56下载
- 积分:1
-
R-K
四阶龙格库塔法,用C++编写,很有参考价值(Fourth-order Runge-Kutta method, written in C, a good reference)
- 2011-12-29 20:44:34下载
- 积分:1
-
Program33_waveguide
二维脊形光波导的FDTD仿真,能轻易修改波导尺寸和波导介质,,对硅等高折射率的波导求解正确(fdtd simulation of optical waveguide)
- 2020-09-30 20:37:43下载
- 积分:1
-
Job-niantan-s-t-1
abaqus粘弹性人工边界,手动添加比较简单的模型(learning abaqus)
- 2013-09-18 21:30:46下载
- 积分:1
-
udf_dpm_tongji
fluent多相流DPM模型中使用用户自定义函数对颗粒进行统计(DPM fluent multiphase flow model using user-defined functions for particle statistics)
- 2020-12-06 21:09:21下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1