Skip to content

ChRen95/acoustic-emission-analysis-wfs-to-wav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converter for Acoustic Emission .wfs files to .wav Files

Convert acoustic emission .wfs files to .wav files.

A simple example:

import acoustic_emission_analysis.core as aem

wfs_file = aem.WFS("your_wfs_file.wfs")
wfs_file.save_wav("your_wav_file.wav")

License

Licensed under the terms of the MIT License

About

Python acoustic emission tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.8%
  • C 20.2%