Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wrong steps for central frequency in demo_waterfall.py #162

@lxnk

Description

@lxnk

Line 143:

self.sdr.fc += self.sdr.rs*scan_num

is wrong. It should be either

self.sdr.fc += self.sdr.rs

or

self.sdr.fc = start_fc + self.sdr.rs*scan_num

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions