Created
September 11, 2013 14:45
-
-
Save csete/6524653 to your computer and use it in GitHub Desktop.
2 channel AIS receiver prototyped in GNU Radio Companion (version 3.7.1)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='ASCII'?> | |
<flow_graph> | |
<timestamp>Wed Sep 11 16:13:12 2013</timestamp> | |
<block> | |
<key>variable</key> | |
<param> | |
<key>id</key> | |
<value>xlate_filter_taps</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>value</key> | |
<value>firdes.low_pass(1, samp_rate, 15000, 20000, firdes.WIN_HAMMING, 6.76)</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(570, 14)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>variable</key> | |
<param> | |
<key>id</key> | |
<value>samp_rate</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>value</key> | |
<value>1e6</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(188, 11)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>variable_slider</key> | |
<param> | |
<key>id</key> | |
<value>ch1_offset</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>label</key> | |
<value>CH1</value> | |
</param> | |
<param> | |
<key>value</key> | |
<value>-25e3</value> | |
</param> | |
<param> | |
<key>min</key> | |
<value>-128e3</value> | |
</param> | |
<param> | |
<key>max</key> | |
<value>128e3</value> | |
</param> | |
<param> | |
<key>num_steps</key> | |
<value>100</value> | |
</param> | |
<param> | |
<key>style</key> | |
<value>wx.SL_HORIZONTAL</value> | |
</param> | |
<param> | |
<key>converver</key> | |
<value>float_converter</value> | |
</param> | |
<param> | |
<key>grid_pos</key> | |
<value></value> | |
</param> | |
<param> | |
<key>notebook</key> | |
<value></value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(291, 12)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>variable_slider</key> | |
<param> | |
<key>id</key> | |
<value>ch2_offset</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>label</key> | |
<value>CH2</value> | |
</param> | |
<param> | |
<key>value</key> | |
<value>25e3</value> | |
</param> | |
<param> | |
<key>min</key> | |
<value>-128e3</value> | |
</param> | |
<param> | |
<key>max</key> | |
<value>128e3</value> | |
</param> | |
<param> | |
<key>num_steps</key> | |
<value>100</value> | |
</param> | |
<param> | |
<key>style</key> | |
<value>wx.SL_HORIZONTAL</value> | |
</param> | |
<param> | |
<key>converver</key> | |
<value>float_converter</value> | |
</param> | |
<param> | |
<key>grid_pos</key> | |
<value></value> | |
</param> | |
<param> | |
<key>notebook</key> | |
<value></value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(433, 12)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>osmosdr_source</key> | |
<param> | |
<key>id</key> | |
<value>osmosdr_source_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>fc32</value> | |
</param> | |
<param> | |
<key>args</key> | |
<value>rtl=0</value> | |
</param> | |
<param> | |
<key>nchan</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>sample_rate</key> | |
<value>samp_rate</value> | |
</param> | |
<param> | |
<key>freq0</key> | |
<value>162e6</value> | |
</param> | |
<param> | |
<key>corr0</key> | |
<value>104</value> | |
</param> | |
<param> | |
<key>dc_offset_mode0</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>iq_balance_mode0</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain_mode0</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>gain0</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>if_gain0</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>bb_gain0</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>ant0</key> | |
<value></value> | |
</param> | |
<param> | |
<key>bw0</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>freq1</key> | |
<value>100e6</value> | |
</param> | |
<param> | |
<key>corr1</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>dc_offset_mode1</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>iq_balance_mode1</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain_mode1</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain1</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>if_gain1</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>bb_gain1</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>ant1</key> | |
<value></value> | |
</param> | |
<param> | |
<key>bw1</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>freq2</key> | |
<value>100e6</value> | |
</param> | |
<param> | |
<key>corr2</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>dc_offset_mode2</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>iq_balance_mode2</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain_mode2</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain2</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>if_gain2</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>bb_gain2</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>ant2</key> | |
<value></value> | |
</param> | |
<param> | |
<key>bw2</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>freq3</key> | |
<value>100e6</value> | |
</param> | |
<param> | |
<key>corr3</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>dc_offset_mode3</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>iq_balance_mode3</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain_mode3</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain3</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>if_gain3</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>bb_gain3</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>ant3</key> | |
<value></value> | |
</param> | |
<param> | |
<key>bw3</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>freq4</key> | |
<value>100e6</value> | |
</param> | |
<param> | |
<key>corr4</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>dc_offset_mode4</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>iq_balance_mode4</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain_mode4</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>gain4</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>if_gain4</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>bb_gain4</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>ant4</key> | |
<value></value> | |
</param> | |
<param> | |
<key>bw4</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(26, 135)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>freq_xlating_fir_filter_xxx</key> | |
<param> | |
<key>id</key> | |
<value>freq_xlating_fir_filter_xxx_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>ccc</value> | |
</param> | |
<param> | |
<key>decim</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>taps</key> | |
<value>xlate_filter_taps</value> | |
</param> | |
<param> | |
<key>center_freq</key> | |
<value>ch1_offset</value> | |
</param> | |
<param> | |
<key>samp_rate</key> | |
<value>samp_rate</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(388, 183)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>freq_xlating_fir_filter_xxx</key> | |
<param> | |
<key>id</key> | |
<value>freq_xlating_fir_filter_xxx_0_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>ccc</value> | |
</param> | |
<param> | |
<key>decim</key> | |
<value>20</value> | |
</param> | |
<param> | |
<key>taps</key> | |
<value>xlate_filter_taps</value> | |
</param> | |
<param> | |
<key>center_freq</key> | |
<value>ch2_offset</value> | |
</param> | |
<param> | |
<key>samp_rate</key> | |
<value>samp_rate</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(385, 468)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>analog_quadrature_demod_cf</key> | |
<param> | |
<key>id</key> | |
<value>analog_quadrature_demod_cf_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>gain</key> | |
<value>0.3</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(698, 207)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>rational_resampler_xxx</key> | |
<param> | |
<key>id</key> | |
<value>rational_resampler_xxx_1</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>fff</value> | |
</param> | |
<param> | |
<key>interp</key> | |
<value>48</value> | |
</param> | |
<param> | |
<key>decim</key> | |
<value>50</value> | |
</param> | |
<param> | |
<key>taps</key> | |
<value></value> | |
</param> | |
<param> | |
<key>fbw</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(936, 183)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>blocks_float_to_short</key> | |
<param> | |
<key>id</key> | |
<value>blocks_float_to_short_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>vlen</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>scale</key> | |
<value>16000</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(1186, 208)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>analog_quadrature_demod_cf</key> | |
<param> | |
<key>id</key> | |
<value>analog_quadrature_demod_cf_0_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>gain</key> | |
<value>0.3</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(707, 492)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>rational_resampler_xxx</key> | |
<param> | |
<key>id</key> | |
<value>rational_resampler_xxx_1_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>fff</value> | |
</param> | |
<param> | |
<key>interp</key> | |
<value>48</value> | |
</param> | |
<param> | |
<key>decim</key> | |
<value>50</value> | |
</param> | |
<param> | |
<key>taps</key> | |
<value></value> | |
</param> | |
<param> | |
<key>fbw</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(945, 469)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>wxgui_fftsink2</key> | |
<param> | |
<key>id</key> | |
<value>wxgui_fftsink2_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>False</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>complex</value> | |
</param> | |
<param> | |
<key>title</key> | |
<value>FFT Plot</value> | |
</param> | |
<param> | |
<key>samp_rate</key> | |
<value>samp_rate</value> | |
</param> | |
<param> | |
<key>baseband_freq</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>y_per_div</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>y_divs</key> | |
<value>10</value> | |
</param> | |
<param> | |
<key>ref_level</key> | |
<value>-50</value> | |
</param> | |
<param> | |
<key>ref_scale</key> | |
<value>1.0</value> | |
</param> | |
<param> | |
<key>fft_size</key> | |
<value>1024</value> | |
</param> | |
<param> | |
<key>fft_rate</key> | |
<value>15</value> | |
</param> | |
<param> | |
<key>peak_hold</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>average</key> | |
<value>False</value> | |
</param> | |
<param> | |
<key>avg_alpha</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>win</key> | |
<value>None</value> | |
</param> | |
<param> | |
<key>win_size</key> | |
<value>1000,600</value> | |
</param> | |
<param> | |
<key>grid_pos</key> | |
<value></value> | |
</param> | |
<param> | |
<key>notebook</key> | |
<value></value> | |
</param> | |
<param> | |
<key>freqvar</key> | |
<value>None</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(82, 406)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>180</value> | |
</param> | |
</block> | |
<block> | |
<key>blocks_float_to_short</key> | |
<param> | |
<key>id</key> | |
<value>blocks_float_to_short_0_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>vlen</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>scale</key> | |
<value>16000</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(1186, 498)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>blocks_interleave</key> | |
<param> | |
<key>id</key> | |
<value>blocks_interleave_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>short</value> | |
</param> | |
<param> | |
<key>num_streams</key> | |
<value>2</value> | |
</param> | |
<param> | |
<key>vlen</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>minoutbuf</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(1120, 353)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>180</value> | |
</param> | |
</block> | |
<block> | |
<key>options</key> | |
<param> | |
<key>id</key> | |
<value>ais_rx</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>title</key> | |
<value>AIS receiver</value> | |
</param> | |
<param> | |
<key>author</key> | |
<value>Alexandru Csete http://oz9aec.net</value> | |
</param> | |
<param> | |
<key>description</key> | |
<value>2 channel AIS receiver to be used with gnuais</value> | |
</param> | |
<param> | |
<key>window_size</key> | |
<value>1500, 950</value> | |
</param> | |
<param> | |
<key>generate_options</key> | |
<value>wx_gui</value> | |
</param> | |
<param> | |
<key>category</key> | |
<value>Custom</value> | |
</param> | |
<param> | |
<key>run_options</key> | |
<value>prompt</value> | |
</param> | |
<param> | |
<key>run</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>max_nouts</key> | |
<value>0</value> | |
</param> | |
<param> | |
<key>realtime_scheduling</key> | |
<value></value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(11, 10)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>0</value> | |
</param> | |
</block> | |
<block> | |
<key>blocks_file_sink</key> | |
<param> | |
<key>id</key> | |
<value>blocks_file_sink_0</value> | |
</param> | |
<param> | |
<key>_enabled</key> | |
<value>True</value> | |
</param> | |
<param> | |
<key>file</key> | |
<value>aisfifo</value> | |
</param> | |
<param> | |
<key>type</key> | |
<value>short</value> | |
</param> | |
<param> | |
<key>vlen</key> | |
<value>1</value> | |
</param> | |
<param> | |
<key>unbuffered</key> | |
<value>False</value> | |
</param> | |
<param> | |
<key>affinity</key> | |
<value></value> | |
</param> | |
<param> | |
<key>_coordinate</key> | |
<value>(880, 358)</value> | |
</param> | |
<param> | |
<key>_rotation</key> | |
<value>180</value> | |
</param> | |
</block> | |
<connection> | |
<source_block_id>analog_quadrature_demod_cf_0_0</source_block_id> | |
<sink_block_id>rational_resampler_xxx_1_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>rational_resampler_xxx_1_0</source_block_id> | |
<sink_block_id>blocks_float_to_short_0_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>blocks_interleave_0</source_block_id> | |
<sink_block_id>blocks_file_sink_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>freq_xlating_fir_filter_xxx_0_0</source_block_id> | |
<sink_block_id>analog_quadrature_demod_cf_0_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>blocks_float_to_short_0_0</source_block_id> | |
<sink_block_id>blocks_interleave_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>blocks_float_to_short_0</source_block_id> | |
<sink_block_id>blocks_interleave_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>1</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>freq_xlating_fir_filter_xxx_0</source_block_id> | |
<sink_block_id>analog_quadrature_demod_cf_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>analog_quadrature_demod_cf_0</source_block_id> | |
<sink_block_id>rational_resampler_xxx_1</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>rational_resampler_xxx_1</source_block_id> | |
<sink_block_id>blocks_float_to_short_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>osmosdr_source_0</source_block_id> | |
<sink_block_id>freq_xlating_fir_filter_xxx_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>osmosdr_source_0</source_block_id> | |
<sink_block_id>wxgui_fftsink2_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
<connection> | |
<source_block_id>osmosdr_source_0</source_block_id> | |
<sink_block_id>freq_xlating_fir_filter_xxx_0_0</sink_block_id> | |
<source_key>0</source_key> | |
<sink_key>0</sink_key> | |
</connection> | |
</flow_graph> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How do we use your file in GNU Radio? Thanks in advance.