GNU Radio World

gr-satellites AX.25 deframer (US01)

AX.25 deframer component fed by the US01 recording

Press Load to open this flowgraph in an editor embedded above, then ▶ to run it. Nothing is downloaded until you do.

Open in the full editor ▶ Download the .grc

Blocks used

BlockModuleUsed
AX.25 Deframergr-satellites1
FSK Demodulatorgr-satellites1
GR World RecordingGNU Radio1
Message DebugGNU Radio1
Short To FloatGNU Radio1
VariableGNU Radio1

Flowgraph source

gr-satellites/satellites_ax25_deframer_us01.grc
options:
    parameters:
        author: Daniel Estevez
        copyright: ''
        description: AX.25 deframer component fed by the US01 recording
        generate_options: qt_gui
        id: gr_satellites_AX_25_deframer__US01_
        title: gr-satellites AX.25 deframer (US01)
    states:
        coordinate: [10, 10]
        rotation: 0
        state: enabled
blocks:
-   name: samp_rate
    id: variable
    parameters:
        comment: ''
        value: '48000'
    states:
        coordinate: [600, 10]
        rotation: 0
        state: enabled
-   name: deframer
    id: satellites_ax25_deframer
    parameters:
        affinity: ''
        alias: ''
        comment: ''
        g3ruh_scrambler: 'True'
        maxoutbuf: '0'
        minoutbuf: '0'
        options: '""'
    states:
        coordinate: [930, 220]
        rotation: 0
        state: enabled
-   name: frames
    id: blocks_message_debug
    parameters:
        affinity: ''
        alias: ''
        comment: ''
        en_uvec: 'True'
        log_level: info
    states:
        coordinate: [1320, 130]
        rotation: 0
        state: enabled
-   name: fsk_demod
    id: satellites_fsk_demodulator
    parameters:
        affinity: ''
        alias: ''
        baudrate: '9600'
        comment: ''
        iq: 'False'
        maxoutbuf: '0'
        minoutbuf: '0'
        options: '""'
        samp_rate: samp_rate
        subaudio: 'False'
    states:
        coordinate: [630, 210]
        rotation: 0
        state: enabled
-   name: recording
    id: wasm_gr_world_recording
    parameters:
        affinity: ''
        alias: ''
        comment: ''
        length: '0'
        maxoutbuf: '0'
        minoutbuf: '0'
        offset: '0'
        recording: estevez/us01
        repeat: 'False'
        type: short
    states:
        coordinate: [10, 190]
        rotation: 0
        state: enabled
-   name: to_float
    id: blocks_short_to_float
    parameters:
        affinity: ''
        alias: ''
        comment: ''
        maxoutbuf: '0'
        minoutbuf: '0'
        scale: '32767'
        vlen: '1'
    states:
        coordinate: [370, 220]
        rotation: 0
        state: enabled
connections:
-   src_blk_id: deframer
    src_port_id: out
    snk_blk_id: frames
    snk_port_id: print_pdu
- [fsk_demod, '0', deframer, '0']
- [recording, '0', to_float, '0']
- [to_float, '0', fsk_demod, '0']
metadata:
    file_format: 2
    grc_version: 3.11.0.0