HP Forums
Smith Chart - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: Smith Chart (/thread-16710.html)



Smith Chart - dmusic - 04-21-2021 03:02 AM

This is an update to the very nice Smith Chart program. It paints up to 3 selected fields as colored surface. The original update took about 6 minutes. This version takes about 17 seconds.

// Author: KeithB http://www.hpmuseum.org/forum/thread-8478.html
// Modified by Doug Music Dec 2017
// Expand to fill display
// Add gradients painting allowing 3 parameters to be mapped to RGB
// Add inverting cursor
// Switch to pixel mode because of interactions between apps and the program both setting xmax (OS bug?)
// Usage:
// Tap Freq in upper right to set Frequency
// Tap QUIT to exit
// Tap a parameter to toggle its color thru RGBW - The first parameter for each color (RGB) wins
// Tap Gradients to paint per the selected parameter colors (it is a slow process but cool)
// Only RGB parameters are painted
// To paint new parameter selections, tap "Gradients" twice to toggle it off/on
[attachment=9406]


RE: Smith Chart - KeithB - 04-26-2021 02:03 PM

Wow, someone actually used my program!