Home
last modified time | relevance | path

Searched refs:spectrum_center_freq (Results 1 – 2 of 2) sorted by relevance

/dports/comms/hamlib/hamlib-4.3.1/rigs/icom/
H A Dicom.h180 …freq_t spectrum_center_freq; /*!< The center frequency of the current spectrum scope line being re… member
H A Dicom.c8268 cache->spectrum_center_freq = (freq_t) from_bcd(frame_data + 4, 5 * 2); in icom_parse_spectrum_frame()
8270 cache->spectrum_low_edge_freq = cache->spectrum_center_freq - in icom_parse_spectrum_frame()
8272 cache->spectrum_high_edge_freq = cache->spectrum_center_freq + in icom_parse_spectrum_frame()
8295 cache->spectrum_center_freq = cache->spectrum_high_edge_freq - in icom_parse_spectrum_frame()
8317 cache->spectrum_center_freq, cache->spectrum_span_freq, in icom_parse_spectrum_frame()
8357 .center_freq = cache->spectrum_center_freq, in icom_parse_spectrum_frame()