https://github.com/jmrplens/catt2matlab
Application to handle the information generated by CATT-Acoustic 8
https://github.com/jmrplens/catt2matlab
acoustics catt-acoustic macos matlab matlab-gui osx room windows
Last synced: 2 months ago
JSON representation
Application to handle the information generated by CATT-Acoustic 8
- Host: GitHub
- URL: https://github.com/jmrplens/catt2matlab
- Owner: jmrplens
- License: gpl-3.0
- Created: 2017-09-13T00:18:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T21:39:32.000Z (about 8 years ago)
- Last Synced: 2025-01-16T06:16:26.809Z (over 1 year ago)
- Topics: acoustics, catt-acoustic, macos, matlab, matlab-gui, osx, room, windows
- Language: Matlab
- Size: 1.15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CATT2Matlab
Application to handle the information generated by CATT-Acoustic 8
#### I'm developing the information, sorry, soon it will be more complete.
#### If you receive any errors, please tell me including which version of Matlab and operating system you use. And if you can, also send me the files you were handling when the error appeared.
## Compatibility
- Windows and OSX (macOS).
- Matlab 2014b and later (full functionality in Matlab 2016b).
## Multilingual
At the moment, English and Spanish, but in the `language.m` file you can easily add any language.
## Use
1. Execute `Init.m`
2. Clic on the `File` menu.
3. Clic on the `Import From...>CATT-Acoustic`, and select the folder with data (you can use the example folder).
4. Play with buttons.
**Important**: I recommend activate the hidden function to get text files with ISM (image source model) for get all functions of this app.
**How to activate the hidden option?**
1. Find the file hiddenoptions.txt, it is in the folder of installation of CATT-Acoustic, usually in: `C:\Program Files\CATT\`
2. Edit the `hiddenoptions.txt` file (if it is called hiddenoptions_removethis.txt, delete '_removethis'). You have to remove the comment `;` from the line where the activation code for ISM is.
## Export functions
You can export the data to Excel, and also export figure in multiple image formats.
### Animations (Exported with CATT2Matlab app)


### Screenshots

## Other codes used
For the progress bar: multiWaitbar by Ben Tordoff