Category Archives: General
Setup Vino Server over SSH on Xubuntu 16.04/18.04
Server Setup In the terminal, install the following packages: $ sudo apt install vino dconf-editor ssh Next configure the vino installation by running: $ dconf-editor and navigating to the path: /org/gnome/desktop/remove-access set the following properties: Property Value Description prompt-enabled false … Continue reading
Lua 5.2 and Luna Five Example
This post covers a basic C++ example using Luna Five with Lua 5.2. The example implements an account class in C++ and binds the class to the Lua environment using Luna Five and was inspired by the example in [3]. … Continue reading
Antenna Diagnostics - Back Projection Using Planar Near-Field Measurement Data
This post discusses planar near-field antenna measurements with focus on performing antenna diagnostics using back projection. An example of the back projection procedure is implemented in Matlab where near-field planar measurements of a standard gain horn are back projected. Typically … Continue reading