You are here: Symbol Reference > SignalSeriesTee Namespace > Classes > TSignalPolarSeries Class
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalPolarSeries Class

Polar series which accepts data in carteisan coordinates.

SignalSeriesTee_TSignalPolarSeries
Pascal
TSignalPolarSeries = class(TCustomPolarSeries);

Unlike TPolarSeries which requires polar coordinates for each value, the TSignalPolarSeries works with data in carteisan coordinates. For data which is originally made available in cartesian coordinates the speed up is around 50x. It is also possible to use MtxVecTee.DrawSeries(X, Y, aSeries) to add data to this series. 

The behaviour of TPolarSeries is preserved to a nearly full extend.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!