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

Change the frequency while the echotimer is running #33

Closed
IMchanging opened this issue Jan 12, 2019 · 4 comments
Closed

Change the frequency while the echotimer is running #33

IMchanging opened this issue Jan 12, 2019 · 4 comments

Comments

@IMchanging
Copy link

I want to change the frequency to implement a step-freq radar by Echotimer. I have modified some codes in echotimer to make the center-TX/RX-frequency alternative. And the baseband signal I used is CW.But here‘s the problem,the phases of each frequency are not changed as my desired,even randomly.So what's the problems ?Is there something wrong about the synchronous?

@dkozel
Copy link

dkozel commented Oct 27, 2019

@IMchanging I'm sure this is quite late as a response, but retuning a USRP will result in a new phase offset between TX and RX. With some USRPs this offset will be the same every time for a given frequency.

@IMchanging
Copy link
Author

@IMchanging I'm sure this is quite late as a response, but retuning a USRP will result in a new phase offset between TX and RX. With some USRPs this offset will be the same every time for a given frequency.

So kind of you,Thanks for your response! I have solve the phase problem by using 2 RX channals.
However I found changing the center freq takes times to wait LO stable. And how can I reduce this time consumption as much as possible?

@dkozel
Copy link

dkozel commented Nov 15, 2019

That depends a lot on the different USRPs and daughterboards. In many cases there's not much to do, the LO takes however long to stabilize. If you are retuning at known time intervals you could modify the echotimer code to used timed commands for tuning though which removes the delay from issuing the tune command until the tune actually starts (USB/network delays, C++ scheduling, etc).

@IMchanging
Copy link
Author

That depends a lot on the different USRPs and daughterboards. In many cases there's not much to do, the LO takes however long to stabilize. If you are retuning at known time intervals you could modify the echotimer code to used timed commands for tuning though which removes the delay from issuing the tune command until the tune actually starts (USB/network delays, C++ scheduling, etc).

I truly appreciate your help in resolving my problem!Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants