Author Archives: Poul
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
Dielectric Materials for Microwave/High Frequency Applications
This post provides a list of different dielectric materials that can be used in microwave applications. It is hoped more dielectric materials will be added to the list over time. The links along with each material link to more information … 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
Beagleboard Rev C3 USB EHCI Controller Trouble
If you are the owner of a BeagleBoard Revision C3, you might have noticed your USB devices disappear when there is sudden load of heavy traffic on the USB bus. Error messages along the lines of the following appear: phy0 … Continue reading