Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parezj/mscope
MATLAB Sound card Oscilloscope (2020a, OOP)
https://github.com/parezj/mscope
2020a ctu matlab matlab-gui mscope oop oscilloscope recording scope sound soundcard
Last synced: about 1 month ago
JSON representation
MATLAB Sound card Oscilloscope (2020a, OOP)
- Host: GitHub
- URL: https://github.com/parezj/mscope
- Owner: parezj
- License: mit
- Created: 2020-05-12T08:46:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:00:18.000Z (over 4 years ago)
- Last Synced: 2024-11-12T18:19:05.226Z (3 months ago)
- Topics: 2020a, ctu, matlab, matlab-gui, mscope, oop, oscilloscope, recording, scope, sound, soundcard
- Language: MATLAB
- Homepage:
- Size: 7.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# MScope - MATLAB Sound card Oscilloscope
> Run this app with start.m or download Windows executable from **[HERE](https://github.com/parezj/MScope/releases)**1. [Modes](#1-Modes)
2. [Settings](#2-Settings)
3. [Class Diagram](#3-Class-Diagram)
4. [Screenshots](#4-Screenshots)## 1. Modes
- **Audio Recorder**
- free solution
- not good for long recordings, memory is cummulated
- **Audio Device Reader**
- paid Audio Toolbox required, if running from MATLAB
- recommended, memory is managed very well
- **Simulation**
- simple timer based software function generation
## 2. Settings
When using audio recording, you need to enter correct Vmax value. This is the max voltage input level,
equivalent to highest bit value, when signal is not saturated. You can look it up in your soundcard specs,
for example mine (*RME Babyface Pro*) has this written in technical reference:
Maximum input level @+4 dBu, Gain 0 dB: **+13 dBu**
You are concerned about the last value, +13 dBu, which you need to convert from decibel units to volts,
for instance with this [lookup chart](http://www.cranesong.com/Volts%20to%20dBu%20to%20VU%20Comparison.pdf)## 3. Class Diagram
![Download](https://raw.githubusercontent.com/parezj/MScope/master/img/ClassDiagram.png)## 4. Screenshots
- **Sine 1123 Hz - signal**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/sine_1123_sig.png)
- **Sine 1123 Hz - FFT**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/sine_1123_fft.png)
- **Sine 1123 Hz - FFT zoomed**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/sine_1123_fft2.png)
- **Square 1123 Hz - signal**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/square_1123_sig.png)
- **Square 1123 Hz - signal 2**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/square_1123_sig2.png)
- **Square 1123 Hz - FFT**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/square_1123_fft2.png)
- **Triangle 1123 Hz - signal**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/triangle_1123_sig.png)
- **Triangle 1123 Hz - FFT**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/triangle_1123_fft.png)- **Sine 20273 Hz - signal**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/sine_20273.png)- **Sine 20273 Hz - FFT**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/sine_20273_fft.png)- **Sound card - RME Babyface Pro**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/rme_babyface.jpg)- **Signal source - ancient DIY analog function generator**:
![Download](https://raw.githubusercontent.com/parezj/MScope/master/screenshots/ancient_dyi_generator.jpg)