资源列表
FTFS
- 有限差分法中,向前时间向前空间的方法。 forward time forward space scheme(forward time forward space scheme)
durands
- 杜兰德法则 Let the values of a function f(x) be tabulated at points x_i,equally spaced by h=x_(i+1)-x_i. so f_1=f(x_1), f_2=f(x_2), ..., f_n=f(x_n)(Durand's Rule Let the values of a function f(x) be tabulated at points x_i,equally spaced by h=x_(i+1)-
NewtonMethod
- 牛顿法 牛顿法(英语:Newton's method)又称为牛顿-拉弗森方法(英语:Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数 f(x)的泰勒级数的前面几项来寻找方程 f(y)=0 的根。(newton's method also known as the Newton-Raphson method)
Reinforcment-Learning-With-Q-Learning-master
- What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activati
tclab
- The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, a
agc
- Automatic gain correction for seismic data
ascii2ebcdic
- This code extract header
SegyMAT
- checks the header for seismic data
linker-jsd-master
- Distances between Dirichlet distributions based on Jensen-Shannon Divergence
KPCA故障检测程序(代码已优化)
- 基于核主元分析(KPCA)的工业过程故障检测,代码已优化,运行效率高,有详细的注释,附有训练数据和测试数据。(Achieves fault detection of industrial processes based on Kernel Principal Component Analysis (KPCA); the code has been optimized for high operational efficiency; detailed notes are attached with
情感分析
- 分类,用于对情感词的统计、排序、分类等 包括源程序、数据拆分程序、训练集和测试集(Classification for statistics, sorting and classification of emotional words Includes source programs, data split programs, training sets, and test sets)
主要程序
- 主要过程是:将一段纯净信号加入噪声,变成带噪信号,对带噪信号进行卡尔曼滤波,计算前后的信噪比,画出时域图。进行比较。(The main process is to add a piece of pure signal to noise and turn it into a noisy signal. Calman filter is applied to the noisy signal, and the SNR is calculated before and after, and the t