Public Function FrequencyToBandAbbreviation( _ ByVal vFreqInHz As Variant _ ) As Variant
FrequencyToBandAbbreviation(1070000) = "LF" FrequencyToBandAbbreviation(507.2125E6) = "UHF"See also:
FrequencyToBandNumber Function TelevisionFrequency FunctionvFreqInHz: Frequency as measured in Hertz (cycles per second). Function returns Null if vFreqInHz is Null or cannot be fixed up to a number.
This function recognizes the following frequency band classifications:
Abb. Name From Freq. - Thru. Freq. VLF Very Low Frequency 30 Khz - 300 KHz LF Low Frequency 300 KHz - 3 MHz MF Medium Frequency 3 MHz - 30 MHz VHF Very High Frequency 30 MHz - 300 MHz UHF Ultra High Frequency 300 MHz - 3 GHz SHF Super High Frequency 3 GHz - 30 GHz EHF Extremely High Frequency 30 GHz - 300 GHzFunction returns Null if the FrequencyToBandNumber function cannot interpret the frequency vFreqInHz. Function returns an empty string if the frequency does not fall within one of those bands listed above. Otherwise, the function returns the 2 or 3 letter frequency band abbreviation.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.