-
Notifications
You must be signed in to change notification settings - Fork 7
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
Scan spectrum #5
Comments
@juriguen - I think changing the center frequency should work. Can you attach here the .grc file you used for your GNU Radio flowgraph so I can give it a try, and see if it works for me (and perhaps fix the problem if it doesn't)? Thanks, |
Hi again I made the flow run, and changing frequencies sometimes worked, but some other times it did not. I will post the error another day, since I am working from home today and do not have access to the SDR device. I do have one more concern, though. Does your module introduce any distortion when tuning a certain frequency band (that you know of)? I have scanned the RF spectrum a couple of times, then stored IQ samples in a file via a sink module. Then, I plot the entire spectrum using Matlab, but I do not get anything that makes sense. Instead, the result looks like a narrow band is amplified around the center frequency at each re-tune of the sweep. Not sure if I explained myself. Thanks |
@juriguen - Toni, thanks for the feedback For the first problem, regarding the updates to the frequency not taking place all the times, I received a note by @SDRplay a week ago or so about something very similar happening with the SoapySDR module SoapySDRPlay. He mentioned that the SDRplay API for updates to the sample rate, frequency, and gain (reduction) are asynchronous, i.e. a call to the Since I suspect you are experiencing the same problem here with the Please build the As per the second problem about the 'distortion', I am not sure I understand it exactly. Franco |
Hi again The distortion I mean is that, given a sampling rate of 2MHz, for instance, when I scan the spectrum, store the IQ samples and then plot the entire spectrum with Matlab, I get like a seesaw effect in which about 500KHz seem to be further enhanced compared to the BW (which I have assummed is the same as the sampling rate). I attach a screenshot of the GNUradio flow. If you want the grc file, let me know and I send it too. I also attach some pics of the spectrum as plotted in Matlab, where you will see the weird effect I was talking about. If you think all this is a bit too much for a github issue, we may continue via email. Mine is [email protected] Thanks |
Thanks @juriguen for the screenshots. I don't remember how the block parameter Also did the new code in the branch I am OK with continuing this conversation here, because I could use this issue as a reference in the future if someone has a similar problem; if you would like to email me directly, my email address is in the git commit log (you can see it with the command Franco |
Hi again
This might not be an issue of your software, but I have implemented a simple flow to try to change the center frequency of the RSPdx device in real time and it crashes (after some time running, during which I am unsure as to whether it actually tunes to different frequencies).
Do you know if your implementation of the device allows for the center frequency to be changed in real time?
Thanks!
The text was updated successfully, but these errors were encountered: