资源列表
Park
- 对三相电流信号进行派克变换,变为d.q轴下的两相信号。(Parker transformation of three phase current signal)
BP
- 一个简单的BP神经网络matlab代码,且包含利用训练好的网络的预测代码(A simple BP neural network matlab code that contains predictive code that uses a trained network)
ctivrougr
- A fast and effective image fusion method is proposed for creating a highly informative fused image through merging multiple images. The proposed method is based on a two-scale decomposition of an image into a base layer containing large scale var
Bernoulli beam in bending
- 有限元算法求解欧拉梁静力问题实例。一个简单的一维欧拉梁模型,用FEM算法求解,用于学习有限元编程。(Bernoulli beam in bending)
Timoshenko beam in bending
- 有限元算法求解铁木辛柯梁梁静力问题实例。一个简单的一维梁模型,用FEM算法求解,用于学习有限元编程。(Timoshenko beam in bending)
thin plate in tension
- 有限元算法求解平面应力问题实例。一个简单的二维模型,用FEM算法求解,用于学习有限元编程。(thin plate in tension)
Mindlin plate in bending
- 有限元算法求解Mindlin板静力问题实例。一个简单的二维模型,用FEM算法求解,用于学习有限元编程。(Mindlin plate in bending)
Mindlin plate in free vibrations
- 有限元算法求解Mindlin板模态问题实例。一个简单的二维板模型,用FEM算法求解,用于学习有限元编程。(Mindlin plate in free vibrations)
data
- 电力系统的电压静态稳定性分析算法程序在matlab下的分析(Analysis of voltage static stability analysis algorithm for power system under Matlab)
资料
- VC实现的socke通信,简单易懂 分为服务端和客户端。(VC implementation of the socke communication, simple and easy to understand the server and client.)
resample-1.8.1.tar
- 音频频率调整函数,可以将各种音频频率自由转换(To decrease the file size of a graphic and its download time, you will need to resample the graphic after resizing it.)
自适应滤波器
- 通过设计一个二阶加权系数自适应横向FIR滤波器,对一个加随机噪声的正弦信号实现滤波。 具体设计方案为: 1,生成标准正弦信号S 2,生成等长的随机信号N 3,生成加随机噪声的正弦信号X 4,X通过参数可调数字滤波器,输出Y 5,Y与参考信号作差得到误差E 6,E通过自适应算法调整权值W 7,用LMS算法处理噪声干扰的信号,最终实现滤波器功能(A two order weighted coefficient adaptive transverse FIR filter is des