Resamples polar data to ensure full 0-360 coverage.
Use this to fill in missing polar data by use of interpolation.
menu: veeos ==> Data ==> Circles ==> polarResample
library: dataLib
see examples from veeos menu
This was written for the case of circular measurements wherein data is taken at multiple angles, but some angles are missing from the data. A typical case would be antenna measurements as in gain vs angle using a statistical measurement (i.e. random angles chosen). The data needs to be resampled for subsequent processing by a tool that requires constant angular steps. This function takes in data in either coordinates or as PComplex values, resamples, and then returns data in the same type as was input. No loops are used so this should be fairly fast. And since linear interpolation is used it should also be quite robust.
Be aware that pStep is adjusted automatically such that an integer number of steps are created for 360 degrees.
VEE 7.0+, all platforms