Data visualizer for magnetometers developed by the University of Iowa's Space Physics program
- At least MATLAB 2019a (that's what I used to implement all the changes)
- MATLAB's Parallel Computing Toolbox
- A file of captured data or a device connected over serial that sends data in the specified format
- In MATLAB's console, type
ngfmVis()
with or without arguments.- Arguments are as follows:
- Input: either
serial
orfile
- Source: based on input, serial port or file location, respectively
- Logging: filename.txt,
''
for timestamp.txt, ornull
for no logging
- Input: either
- Example:
ngfmVis('file','capture09102019.txt','null');
- Arguments are as follows: