Home
last modified time | relevance | path

Searched refs:notch_frequency (Results 1 – 7 of 7) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/rigcontrol/
H A Dxmlrpc_rig.cxx813 val = (int)notch_frequency; in set_flrig_notch()
838 notch_frequency = (int)notch_result; in flrig_get_notch()
839 LOG_VERBOSE("rig_get_notch: %d", notch_frequency); in flrig_get_notch()
H A Drigio.cxx1647 notch_frequency = val; in rigcat_notch()
/dports/comms/fldigi/fldigi-4.1.20/src/waterfall/
H A Dwaterfall.cxx1174 if ((notch_frequency > 1) && (notch_frequency < progdefaults.HighFreqCutoff - 1)) { in update_waterfall()
1179 RGBI *notch = fft_img + (notch_frequency - offset) / step; in update_waterfall()
1369 if ((notch_frequency > 1) && (notch_frequency < progdefaults.HighFreqCutoff - 1)) { in drawspectrum()
1370 uchar *notch = pixmap + (notch_frequency - offset) / step; in drawspectrum()
2293 if (notch_frequency) in handle()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dwaterfall.h147 inline void makeNotch_(int notch_frequency);
H A Dfl_digi.h596 extern int notch_frequency;
/dports/comms/fldigi/fldigi-4.1.20/src/network/
H A Dxmlrpc.cxx2659 notch_frequency); in execute()
2660 *retval = xmlrpc_c::value_int(notch_frequency); in execute()
2674 notch_frequency = freq; in set_notch()
2679 int notch = notch_frequency; in execute()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx9697 int notch_frequency = 0; variable
9700 notch_frequency = freq; in notch_on()
9704 rigCAT_set_notch(notch_frequency); in notch_on()
9709 notch_frequency = 0; in notch_off()
9713 rigCAT_set_notch(notch_frequency); in notch_off()