Forum Replies Created
- AuthorPosts
AndrewModeratorAndrew May 14, 2021 at 9:08 am in reply to: Exploring a recording in zero span mode //php bbp_reply_id(); ?>
Cyprien,
If you use the time overview plot, you can drag the left/right vertical black bars to zoom in on a particular section of the plot. When you do this all other plots will update to only show this region of the capture. The AM vs time plot Avg power will update to reflect the avg power of just this region of the capture.
Regards,
Andrew
AndrewModerator- This reply was modified 4 years, 4 months ago by
Andrew.
Andrew May 12, 2021 at 2:27 pm in reply to: Exploring a recording in zero span mode //php bbp_reply_id(); ?>
Hi Cyprien,
Thank you for your feedback.
I agree, more functionality could definitely be added to the I/Q playback. You are running into some of the limitations of the feature. I can acknowledge some of your points.
– There is no controls or keys for scrubbing through the file, such as step forward/back/etc, other than the single step button for advancing 1 step.
– There is not currently a way to go to an exact time.
– The rectangle viewport has a minimum size so it can always be grabbed easily. This might be deceiving for very large captures.
– The resolution on the rectangle position is 1 pixel. With your file at 8GB in size, 1 pixel might be a lot of samples. Finding a signal this way will be difficult.It was originally designed for shorter captures, and the controls reflect that. I have added some of your ideas to my notes. When we are able to revisit this portion of the software I think we should be able to add much of this.
One suggestion I might have, is to increase your sweep time to the maximum allowed, which will clamp at 4M points. This will effectively make your rectangular view into the file as large as it can be. Then you more easily use the per view zoom/scroll when you have found a signal of interest. This may not work for all use cases.
Additionally, signals can also be video triggered in the file. If your signals of interest have clear RF level rises, use the video trigger to find your signals. This might introduce some lag at large file sizes.
I should also mention, there exists third party software solutions that have extensive capabilities in this domain. See our third party vendors at this link. https://signalhound.com/support/third-party-software/ In particular, offerings from 3dB labs and Procitec have the types of features you are looking for.
I appreciate you taking the time to provide this feedback.
Regards,
Andrew
AndrewModeratorVolker,
Thanks for the feedback!
This did come up in discussion when developing the feature. Those noise sources need a 28V supply which none of our devices can provide. We would have to rev the hardware for this.
An alternative is to use the trig port to drive something external that powered the noise source. Is this what you had in mind?
I look forward to your response.
Andrew
AndrewModeratorDDR,
In general, our VSG’s are not an alternative to an 80MHz ARB/function generator.
That being said, if you have specific signal generation requirements, we could help you determine if the VSG25/60 would be suited for any part of your application.
Regards
AndrewModerator- This reply was modified 4 years, 4 months ago by
Andrew.
Andrew May 3, 2021 at 3:29 pm in reply to: Odd behavior during phase noise measurements //php bbp_reply_id(); ?>
Hi Bill,
Very fascinating behavior. From the measurements point of view, nothing changes with the dialog active. Sweeps are still polled at the same speed, etc. The dialog being active could trigger other system behavior, maybe the system is giving increased CPU resources to our application with the dialog entry open, or something like that.
If you change the start freq from 10Hz to 100Hz or even 1kHz, does the USB error go away? The 10Hz start frequency requires a large continuous acquisition, and if your system was barely meeting USB throughput, that might push it over the edge.
Things that can affect USB throughput,
– Ensure your PC is set to “High Performance” power options. See the picture on my reply in this forum post. https://signalhound.com/support/forums/topic/vsg60a-stability-in-cw-mode-versus-multitone/
– Disable any anti-virus temporarily.
– If the BB60C is connected through a USB 3.0 hub, try removing the hub as a test.
– It sounds like your test setup is using another USB device. If that device is also a high USB usage device, that could be contributing to this.
– Keep your laptop on wall power.In general I would not expect the auxillary power cable not being plugged in to result in data loss, but its possible. Does plugging it in resolve the issue? There is a separate low voltage warning you would see, and you might see sagging measurement values if power was an issue.
I look forward to your response.
-Andrew
AndrewModeratorAndrew May 3, 2021 at 10:01 am in reply to: Odd behavior during phase noise measurements //php bbp_reply_id(); ?>
Bill,
Your first screen shot (630) shows an uncal USB warning, which would indicate data loss over USB during the measurement. This would generally affect the measurement negatively as there would be discontinuities in the acquisition, increasing the phase noise. The fact that you had a good measurement (no USB warning) with the dialog open is interesting, but might be a coincidence. USB data loss is generally random. In theory, nothing is different about the measurement when the dialog is open.
This USB warning will appear in most measurement modes. Can you confirm that you are seeing this reliably in either sweep or phase noise mode? If yes, we will want to troubleshoot this. If yes, can you provide the make/model/CPU of your PC?
You can reply here, or directly to me at aj@signalhound.com. I can send you some troubleshooting steps to try to help this.
I look forward to your response.
Regards,
Andrew
AndrewModeratorAndrew April 6, 2021 at 12:53 pm in reply to: Spectrogram Frequency Limits Do Not Change on Recorded Spectra //php bbp_reply_id(); ?>
Thanks Gary. I appreciate the feedback as always. I agree this would be a useful feature. I’ll look into what improvements we can make on this for future releases.
Regards
AndrewModeratorAndrew March 30, 2021 at 11:17 am in reply to: Noise Figure measurement with Spike //php bbp_reply_id(); ?>
Volker,
Thanks for your feedback. I have made a note of this for the next time we revisit the Noise figure measurement.
Regards,
AndrewModerator- This reply was modified 4 years, 5 months ago by
Andrew.
Would having the ability to disable the software IF filter be of interest? That would resolve the issue you mentioned in the other thread, the AM plot would line up with the trigger position. The hardware filter rolloff is a bit rough without this filter, and there is some foldover/aliasing at the band edges, I don’t know if that would affect your measurements.
There isn’t a way to control the FMT size independent of the display RBW size right now. The idea was to ensure the customer could visualize the noise floor at the given FFT size. That being said, I could see the need to uncouple them. I will make a note of this, I don’t think it would be difficult to add in a future release.
Regards
AndrewModeratorjjoonathan,
You can change the FFT size used with FMT triggering by adjusting the RBW. If you change the RBW to 1MHz for example, a 1024pt FFT will be used (round up to the next power of 2).
You might need to adjust your FMT after you increase the RBW since the noise floor will increase.
The min/max FFT sizes that are actually used on the hardware are [512/16384]. Anything below or above those values will be clamped.
Hopefully this help improve the jitter enough to be usable.
You might already be aware, the API is available, and the 250MS/s I/Q captures are can be programmatically controlled through the “Segmented I/Q captures” API. We have several examples of this in the SDK. For your chirped signal, you could setup the video trigger level as you are in Spike, collect the data, and realign the trigger post acquisition. (basically run another video trigger in software). Justin mentions the video trigger limitations in your other thread.
We appreciate your feedback and detailed posts. It’s great to see the wideband captures being pushed to their limits!
https://signalhound.com/software/signal-hound-software-development-kit-sdk/
AndrewModeratorAndrew March 25, 2021 at 9:27 pm in reply to: Spike 3.5.15 Won’t Run (Win10 x64 dll error) //php bbp_reply_id(); ?>
Jason,
I rolled back the version until we can get a fix. Continue using 3.5.14 for now.
Apologies
AndrewModeratorAndrew March 22, 2021 at 9:00 am in reply to: SA44B spectrum mask under 1kHz //php bbp_reply_id(); ?>
Arthur,
I can look into updating this for a future version of Spike. Another customer has commented on something similar in the forum. I’ll see about adding it.
Thanks for the feedback!
Regards,
Andrew
AndrewModeratorAndrew March 15, 2021 at 11:10 am in reply to: Feature Request – Adding text to display window in the sweep mode //php bbp_reply_id(); ?>
Hi m.wenglar,
Currently the only option we have available for this is the title. In the edit file menu you can change a one line title. Is this enough room for your notes? If not, then you would have to export a picture and use paint or some other similar program to add text. I do have this feature request from another user, I’ll add your name to it. It’s interesting and something we can consider adding to a future version of Spike. I can’t make any guarantees on when.
As an alternative, if you are using Windows, you can use the snip n sketch tool to take a screen shot then from within that app open the screen shot in paint to add your text. There are also 3rd party windows applications that have this functionality (annotate a screenshot) all in one. I personally haven’t used any of them.
Regards,
Andrew
AndrewModeratorAndrew March 10, 2021 at 8:08 am in reply to: Automated EMC Quasi Peak Measurements //php bbp_reply_id(); ?>
Thanks for the feature requests Jan. I appreciate the detailed feedback. I enumerated all of your requests in our request log, I can’t make any guarantees as to when we would be able to implement these.
Regards,
Andrew
AndrewModerator- This reply was modified 4 years, 6 months ago by
Andrew.
Hi Jan,
We do not have integrated support for this. We don’t have hardware/firmware level support on the VSGs for the sync trigger. You could manually sweep the VSG and SA to effectively use it for scalar network analysis but it will be much slower.
Regards
AndrewModeratorAndrew March 4, 2021 at 12:32 pm in reply to: Automated EMC Quasi Peak Measurements //php bbp_reply_id(); ?>
Jan,
The automated meter measurements are being actively worked on. Look for this in the next release of Spike.
I’ve added your copy screen request to our request log.
Regards
AndrewModeratorAndrew February 16, 2021 at 11:20 am in reply to: Zero Span Mode Reference Level //php bbp_reply_id(); ?>
Volker,
Thanks for bringing this to our attention. This appears to be a bug. We can get this fixed and in the next release of Spike which should be in the next couple weeks.
Thanks again!
Andrew
AndrewModeratorAndrew February 8, 2021 at 8:20 am in reply to: SM200 Preselector option in Spike //php bbp_reply_id(); ?>
Glad to hear that you love your new SM200B. That’s great!
Regarding preselectors, check out section 3.3 of the product manual linked below for the full description.
https://signalhound.com/sigdownloads/SM200A/SM200-User-Manual.pdf
Above 645MHz, the preselector filters are always on, since we have enough filter overlap to measure at any of those frequencies with any IF bandwidth. The narrower filters below 645MHz are the ones that are controlled with the preselector control. For sweeps, enabling the preselector will slow down the sweep for the benefit of the extra filtering. For I/Q streaming and real-time measurement applications, enabling the preselector means we can only enable a single filter. In these situations, you can refer to the filter list in the above manual to see which filter is used at specific frequencies.
I hope this helps. Let us know if you have further questions.
Andrew
AndrewModeratorAndrew February 5, 2021 at 9:02 am in reply to: Automated EMC Quasi Peak Measurements //php bbp_reply_id(); ?>
jpetrik,
Thank you for the feedback. I agree this would be a useful feature. Would a button that automatically performs the QP measurement on all current peaks in the peak table satisfy your workflow requirements?
Regards
AndrewModeratorHi fgroger,
Unfortunately the VSG25 and VSG60 do not share drivers or codebases. This request is something I could add to our customer request log, but I don’t have any sort of timeline on when I could try to port the VSG25 to Linux. We have not done any work to ensure all drivers are available or that code could be easily ported to Linux. It was designed as a Windows only device.
As far as the SA44B on Linux, we are glad the Linux APIs are satisfactory for you. Just note, we have obsoleted our Linux APIs for the SA44B due to limitations between the drivers and how we handle USB transfers. We noted periodic data loss that cannot be avoided, detected in software, or recovered from in our current design. Something to keep a look out for moving forward.
Regards
- This reply was modified 4 years, 4 months ago by
- AuthorPosts