资源列表
three_phase_rectifer_svpwm_2015rb
- 该仿真模型是基于matlab的三电平空间矢量整流器,模型由本人自己搭建。运行结果良好。(The simulation model is a three-level space vector rectifier based on matlab.The result is good.)
CNN
- 该代码文件全称为卷积神经网络,这是深度学习神经网络里面处理图片比较好的网络。(The code file is called convolutional neural network, which is a better network for processing pictures in deep learning neural network.)
Lammps使用手册与安装详解
- Lammps是一款操作相对其他分子动力学仿真相对简单的Unix操作平台,由于系统的特殊性与汇编的难度,特整理了一份安装过程与官方中文简章供大家学习。(Lammps is a Unix operating platform with relatively simple operation compared with other molecular dynamics simulation. Due to the particularity of the system and the difficul
csp
- 本MATLAB 例程用于脑电信号处理采用 CSP算法。(This MATLAB demo using CSP is intended for EEG signal processing)
全相位apfft实验程序
- 全相位APFFT与传统的FFT算法对频率和相位进行估计(Frequency and phase estimation of all-phase APFFT and traditional FFT algorithm)
mie散射软件
- 计算mie散射相关参数,根据颗粒粒径 ,入射光波长 ,颗粒折射率,介质折射率,计算不同角度下散射光强,不同粒径下的消光系数。(Calculate the mie scattering related parameters, calculate the scattered light intensity at different angles and the extinction coefficient at different particle sizes according to partic
数据挖掘算法
- 常用数据挖掘算法介绍, 包括数据预处理,随机森林,SVM(Introduction of Common Data Mining Algorithms)
随机动态规划matlab程序
- 求解随机动态规划的MATLAB程序,有需要的请下载(Solving stochastic dynamic programming)
第八章
- 传感器阵列波束优化设计与应用书籍第8章matlab程序(Chapter 8 matlab program of book Sensor array beam optimization design and application)
第五章
- 传感器阵列波束优化设计与应用书籍的第五章natlab程序(Chapter 5 matlab program of book Sensor array beam optimization design and application)
镜像
- ,这个EA主要思想就是盈利或者亏损时,价格到了规定的网格数就加倍开单,可以限制开单数量,如果进入浮亏,逆向开单时,价格如果回调超过单位网格数例如200点后,就修改一次止盈和止损,然后不再修改。还有同币种订单如果逆向加倍开单,可以打开所有同币种订单盈利从亏损变为零时,全部同币种订单平仓功能,以减少风险,但是盈利能力也大大降低。(The main idea of EA is to double the number of bills when the price reaches the specif
cycle_output
- 使用Python语言,利用递归的方式,实现顺时针输出整个矩阵中的每一个元素。同时还写了实现这个方法的超级简化版代码,体现了Python编程语言简洁的优点(Using Python language and recursive method, each element of the whole matrix can be output clockwise. At the same time, the simplified code to implement this method is also