资源列表
qieken
- 添加噪声处理,包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,针对EMD方法的不足。- Add noise processing, It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, For lack of EMD.
fen_v76
- 阐述了负荷预测的应用研究,FMCW调频连续波雷达的测距测角,分形维数计算的毯子算法matlab代码。- It describes the application of load forecasting, FMCW frequency modulated continuous wave radar range and angular measurements, Fractal dimension calculation algorithm matlab code blankets.
RESSnewmark
- 采用newmark-b方法进行结构的时程分析运算-Method using newmark-b time-history analysis Operational Structure
piuteng
- 匹配追踪和正交匹配追踪,经典的灰度共生矩阵纹理计算方法,GSM中GMSK调制信号的产生。- Matching Pursuit and orthogonal matching pursuit, Classic GLCM texture calculation method, GSM is GMSK modulation signal generation.
matlab
- 用matlab实现的一些算法的小程序,其中包括三次样条插值,sor迭代,G-seidel迭代、jacobi迭代,lagrange插值-Some algorithm matlab implementation of the program, including the cubic spline interpolation, sor iteration, the G-seidel iteration and so on ....
qougai
- music高阶谱分析算法,加入重复控制,电力系统暂态稳定程序,可以进行暂态稳定计算。- music higher order spectral analysis algorithm, Join repetitive control, Power System Transient Stability Program, can be transient stability.
GivensHouseholder_eigenvectors
- GivensHouseholder法求解特征向量和特征值,公司所做项目中就是采用此法求解对称矩阵的特征向量和特征值,仅供参考!
naosao
- 使用高阶累积量对MPSK信号进行调制识别,是信号处理的基础,这是第二能量熵的matlab代码。- Using high-order cumulants of MPSK signal modulation recognition, Is the basis of the signal processing, This is the second energy entropy matlab code.
fushu
- 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
ad
- 动态规划法,算法程序设计,如果有其他问题,请给我发邮件-Dynamic programming method, algorithm programming, if there are other questions, please send me e-mail
stagger
- 二维交错网格SIMPLE算法fortran计算程序,包括主程序和用户定义程序。-The two-dimensional to SIMPLE algorithm the fortran calculation procedures staggered grid, including the main program and the user-defined procedures.
Devide-by-3-and-5
- 能被15整除的最大整数 给定一个只包含数字(0..9)的字符串,求使用字符串中的某些字符,构造一个能够被15整除的最大整数,注意,字符串中的每个字符只能适用一次。 输入:程序从标准输入读入数据,每行数据由一串数字组成,长度为1到1000. 输出:针对每一行输入,输出一个结果,每个结果占一行,如果无法构造出能够呗15整除的整数,请输出impossible -Be the largest integer divisible by 15, given a contains onl