void FreqToFreqIndex(TVec Freq, TVecInt DstFreqIndex)
Computes range checked array indexes in the spectrum from frequency values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Freq | TVec | source TVec |
| 2 | DstFreqIndex | TVecInt | source TVecInt |
Result: stored in self (calling object)
Remarks:
The routine considers the value of the BandwidthL property, the HzRes and Bandwidth property. Any values outside of the valid range will be clipped to the edge of the valid range.