Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

config_v1.yaml; when configuring Jamming waveform 3=gaussian noise, script jamRF_v1.py stops with an error #2

@yvvirelessguy

Description

@yvvirelessguy

config file: config_v1.yaml

issue:
when configuring Jamming waveform 3=gaussian noise,
script stops with the next error:
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. gnuradio.analog.analog_python.noise_source_c(type: gr::analog::noise_type_t, ampl: float, seed: int = 0)
Invoked with: <noise_type_t.GR_GAUSSIAN: 201>, 1, 0.5

fixing:
in file jamRF_v1.py, line 120
use:
source = analog.noise_source_c(analog.GR_GAUSSIAN, 0.5, 1)
instead of:
source = analog.noise_source_c(analog.GR_GAUSSIAN, 1, 0.5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions