Multiple Files Processing with Matlab

Multiple files processing for the sake of file format conversion, data analysis, etc.
ダウンロード: 36
更新 2022/9/2

ライセンスの表示

The present submission is a set of a few Matlab example scripts that demonstrate how to perform processing of multiple files for instance, for the sake of file format conversion (e.g., .mat to .xls), signal processing (e.g., signal denoising), data analysis (e.g., descriptive analysis), etc.
One general-purpose script is given along with three particular examples. The first example (“Header_Removing”) demonstrates how to remove the first 10 lines (the header) from multiple .txt files containing data from oscilloscope measurements. In the second example (“Mat2Xls”) the conversion of multiple .mat to .xls files is shown. The third example (“Signal_Denoising”) illustrates the process of signal denoising (power line hum filtration) of multiple .wav files.

引用

Hristo Zhivomirov (2024). Multiple Files Processing with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/110920-multiple-files-processing-with-matlab), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

Start Hunting!

Header_Removing

Mat2Xls

Signal_Denoising

バージョン 公開済み リリース ノート
1.1.0

A new version of the code has been uploaded.

1.0.0