Code for Webinar "Signal Processing for Machine Learning"

MATLAB Code from example used in the Webinar "Signal Processing for Machine Learning"
ダウンロード: 7.6K
更新 2016/9/1

ライセンスの表示

These files contain all the code necessary to run the example in the Webinar "Signal Processing for Machine Learning in MATLAB". They also include code to automate the download and preparation of the dataset used.
In that webinar we presented an example of a classification system able to identify the physical activity that a human subject is engaged in, solely based on the accelerometer signals generated by his or her smartphone.
We used consolidated signal processing methods to extract a fairly small number of highly-descriptive features, and finally trained a small Neural Network to map the feature vectors into the 6 different activity classes of a pre-recorded dataset.
The topics discussed include:
* Signal manipulation and visualisation
* Design and application of digital filters
* Frequency-domain analysis
* Automatic peak detection
* Feature extraction from signals
* Train and test of simple Neural Networks

引用

Gabriele Bunkheila (2024). Code for Webinar "Signal Processing for Machine Learning" (https://www.mathworks.com/matlabcentral/fileexchange/49893-code-for-webinar-signal-processing-for-machine-learning), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: sloc

ヒントを与えたファイル: Sensor Data Analytics (French Webinar Code)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.1

Updated license

1.1.0.0

Updated copyright line throughout the files, and small code improvements