hamnet70-gnuradio-legacy/gr-hamnet70/grc/hamnet70_freq_est_lr.xml
Thomas Kolb cd9784efb6 Added frequency estimator blocks
- correct_frequency: Correct frequency by averaging the phase drift on
                     the preamble
- freq_est_lr: Luise & Reggiannini frequency estimator
- pid_controller: a PID controller that takes error values at the input
                  and generates steering values at the output

The combination of freq_est_lr and PID controller can be used together
with an NCO (signal source) to create a closed control loop for
frequency offset compensation.
2019-07-23 23:16:48 +02:00

38 lines
637 B
XML

<?xml version="1.0"?>
<block>
<name>L&amp;R Data-Aided Freq. Est.</name>
<key>hamnet70_freq_est_lr</key>
<category>[hamnet70]</category>
<import>import hamnet70</import>
<make>hamnet70.freq_est_lr($symbols, $kappa)</make>
<param>
<name>Preamble Symbols</name>
<key>symbols</key>
<type>complex_vector</type>
</param>
<param>
<name>Kappa</name>
<key>kappa</key>
<type>int</type>
</param>
<sink>
<name>in</name>
<type>complex</type>
</sink>
<source>
<name>out</name>
<type>float</type>
</source>
<source>
<name>freq_offset</name>
<type>message</type>
<optional>1</optional>
</source>
</block>