Users can login to the gallery, locate the Visualizer app tile, and click the Import to the
GUI composer icon, to import the application in their GC workspace. Beyond
this, users have access to GUI composer resources to customize the demo according to
their needs. A quick overview of the mmWave Demo Visualizer specific files
follows:
- mmWave.js: Main file that communicates with the GUI composer
framework, communicates to the mmWave device using the configured COM ports,
processes GUI-generated actions, and plots the data generated by the mmWave
device
- input_validations.js: validates the
CLI configuration before it is sent to the mmWave device
- dynamic_tuning.js: implementation
of "real time tuning" tab and "advanced commands" tab
- input.js: Handles all the backend computations behind the
CONFIGURE tab
- Index.gui: Auto-generated file that handles the layout of the
Visualizer app
- Helper utilities: Delaunay.js, fft.js, math.js,
math_griddata.js, and myutil.js
Useful references follow: