Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 967 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 967 Bytes

WiPIN

The codes include implementation of Butterworth filter, iFFT/FFT, feature extraction and normalization, training/test, and prediction confidences computation.

LIBLINEAR is an SVM tool that outputs the model weights, i.e., w, with w, prediction confidences computed. Official site is here. To install it in MATLAB via this answer.

Some other tools used in WiPIN:

  1. Linux CSI tool, here. If the Unix time stamps required, please check this modification.

  2. Linear Discriminant Analysis or PCA tool can be found here.

  3. Support Vector Regression tool, i.e., LIBSVM, can be found here (LIBSVM cannot compute prediction scores).