Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel mask works incorrect with xSDR@usb #45

Open
irodushka opened this issue Sep 17, 2024 · 0 comments
Open

Channel mask works incorrect with xSDR@usb #45

irodushka opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@irodushka
Copy link
Collaborator

Conditions:

  1. xSDR on dev board (green V1)
  2. USB wiring
  3. Transmitting IQ file with usdr_dm_create (carrier 390M, modulation 1kHz, sr 1M)
    ./usdr_dm_create -t -r1e6 -c-1 -Y4 -E390e6 -e390e6 -I ./signal_1khz.ci16 -C<varies> -o
  4. Using different chmask (0b01, 0b10, 0b11) to test RF channels separation

Expecting:

  1. Transmission via ch#1 only when chmask == 0b01
  2. Transmission via ch#2 only when chmask == 0b10
  3. Transmission through ch#1 & ch#2 when chmask == 0b11

Result:

  1. When chmask == 0b01 or 0b10 - "good" transmission via ch#1 & ch#2 (carrier + modulation)
  2. When chmask == 0b11 - "poor" transmission via ch#1 & ch#2 (carrier only, no modulation)
  3. Cannot achieve the situation when the channels work separately.
@irodushka irodushka added the bug Something isn't working label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants