Forum Replies Created
- AuthorPosts

Justin CrooksModerator
Justin Crooks March 3, 2026 at 1:48 pm in reply to: Vsg25a multiple signals //php bbp_reply_id(); ?> Essentially I’d just make a QPSK waveform, apply N rotations, probably in excel, maybe stagger them for a more realistic envelope, add them together and scale.

Justin CrooksModerator- This reply was modified 1 week, 2 days ago by
Justin Crooks.
Justin Crooks March 3, 2026 at 1:41 pm in reply to: Vsg25a multiple signals //php bbp_reply_id(); ?> Our latest VSG60 software allows you to export waveforms. If you email me the details I might be able to throw a waveform together, as long as you’re ok with me rounding to easy offsets. justin at signalhound dot com
I’d need to know symbol rate, root raised cosine filtering unless otherwise specified, channel count and spacing

Justin CrooksModerator
Justin Crooks March 2, 2026 at 10:25 am in reply to: Vsg25a multiple signals //php bbp_reply_id(); ?> What exactly are you looking to do? Basically anything custom is going to require some DSP tools, like Matlab or our VSG60 software.
For the VSG25 you’ll need to choose your I/Q sample rate and pattern length so the sequence can repeat perfectly, e.g. 4 MSPS, upsample by 32 for a 128 MHz sample clock. Use a repeating pattern of e.g. 32 symbols for 1024 sample pattern length. Then you can shift the center frequency in units of 128/1024 MHz, repeat for each QPSK signal, add and scale.
You can generate a sequence twice as long, then use the middle portion, to remove any edge artifacts.Note that the VSG60 does not have the same limitations, and is generally the preferred tool for applications like this.

Justin CrooksModerator
Justin Crooks February 26, 2026 at 8:35 am in reply to: Vsg25a multiple signals //php bbp_reply_id(); ?> The challenge with the VSG25A is keeping your signal to <=2048 repeating I/Q samples. There's no reason you couldn't have 2 to 8 QPSK channels if they're ideally spaced and playing a short repeating sequence (Maybe 16-64 symbols would be a maximum). The VSG60 or VSG200 could handle much more complex (and arbitrarily longer) sequences, but 40 MHz of bandwidth is all you get.

Justin CrooksModerator
Justin Crooks February 18, 2026 at 12:58 pm in reply to: Laptop Requirements for VSG200 & SM435B //php bbp_reply_id(); ?> It looks like a good processor. And I see Thunderbolt ports and a USB 3.2 type A. That should be everything you need to run the VSG200 and SM435B simultaneously.
That being said, we have seen occasional makes / models that should be able to run multiple devices simultaneously but still struggle, and it can be difficult to predict. But this laptop looks like a solid choice.
Justin CrooksModerator
Justin Crooks February 4, 2026 at 3:56 pm in reply to: SM API: smGetDeviceList() & smNetworkConfigGetDeviceList() bug //php bbp_reply_id(); ?> Thanks for pointing this out. I’ll make sure the software department sees this.

Justin CrooksModerator
Justin Crooks January 13, 2026 at 8:40 am in reply to: VSG200 Bandwith Combination //php bbp_reply_id(); ?> Yes, the wider bandwidth next generation VSG will include a trigger in/out.

Justin CrooksModeratorJay,
You can automate marker readouts using our SCPI library, but you cannot copy the text directly from the screen.
Justin CrooksModerator
Justin Crooks January 5, 2026 at 9:58 am in reply to: VSG200 Bandwith Combination //php bbp_reply_id(); ?> Pedro,
We are actively gathering requirements for our next gen VSG line, with considerably more bandwidth. If you had to pick a bandwidth, what would you want, knowing that higher bandwidth generally increases cost? And how big of a waveform (in milliseconds) would you need? Single channel or multi-channel?
Justin CrooksModerator
Justin Crooks December 17, 2025 at 11:15 am in reply to: LabVIEW Device not open //php bbp_reply_id(); ?> CJobbers,
Hopefully our support team was able to help you. If not, reach out to support (at) signalhound (dot) com for more direct support.
Justin CrooksModeratorDamon,
You can download Spike for Linux (Ubuntu and Red Hat). The SA- products are Windows only, but BB- SM- and SP- products are supported under both.
https://signalhound.com/spike/
Justin CrooksModerator
Justin Crooks October 31, 2025 at 8:07 am in reply to: Viewing and analysing 32APSK DVBS2X modulated signals //php bbp_reply_id(); ?> Something like the BB60D would work well for this application. If you are still in your 30 day return window, reach out to support@signalhound.com

Justin CrooksModerator
Justin Crooks October 16, 2025 at 8:14 am in reply to: Running VSG60A on Raspberry Pi 4 or Other AARCH64 Systems //php bbp_reply_id(); ?> Nom,
Unfortunately the VSG60A requires the SIMD registers of the x86-64 architecture. We are adding limited AARCH64 support for some of our spectrum analyzers, but the VSG60A will probably not be ported.
Justin CrooksModerator
Justin Crooks October 14, 2025 at 1:32 pm in reply to: Noise Figure Measurement for Downconverter //php bbp_reply_id(); ?> llevitt,
I’ve never tried this, but here are my initial thoughts. It seems to me that if you mapped your noise source’s ENR from RF to IF frequencies, then mapped the result back to RF frequencies, it might just work. It probably requires that image responses are sufficiently filtered, and that gain + ENR is in a reasonable range (15-35 dB?) to reduce the effect of the analyzer’s noise floor and compression.
Justin CrooksModerator- This reply was modified 5 months, 1 week ago by
Justin Crooks.
Justin Crooks October 3, 2025 at 8:12 am in reply to: Scalar Network Analysis for Low Frequency with TG124A //php bbp_reply_id(); ?> Garth,
Yes, if you wanted to do this programatically, you could use the sa_api and tg_api. Do 2 sweeps, one with your reference through, and one with your DUT. For each point within the sweep, tune the TG then do a small (100 kHz span or smaller) sweep around the signal and find the max value. Subtract the 2 sweeps for your insertion loss. We created a support ticket for this issue, but I don’t know where it is in the queue, so a “DIY” TG sweep might be a good solution in the short run.
Justin CrooksModerator- This reply was modified 5 months, 1 week ago by
Justin Crooks.
Justin Crooks October 1, 2025 at 9:48 am in reply to: Scalar Network Analysis for Low Frequency with TG124A //php bbp_reply_id(); ?> Devjack,
We are looking into this. It does look like we clamp to 1 kHz in this mode, which I can see does not make sense for your measurement, especially since the TG itself has 10 Hz resolution.
Two potential workarounds while we investigate:
1) You can use linear interpolation to get a good estimate of the 3 dB points
2) You can exit scalar analysis mode, and just do a sweep with max hold. Then step the TG in finer steps using the TG control.
I apologize for the inconvenience.
Justin CrooksModerator- This reply was modified 5 months, 2 weeks ago by
Justin Crooks. - This reply was modified 5 months, 2 weeks ago by
Justin Crooks.
Justin Crooks September 26, 2025 at 8:33 am in reply to: Spike 4.03 phase noise is unlicensed //php bbp_reply_id(); ?> I believe the base license (without cross-correlation) is $99 / year. If you don’t need the new features, you can keep using your 3.xx version for free.
https://signalhound.com/products/advanced-phase-noise-measurement-tool-kit/
Justin CrooksModerator- This reply was modified 5 months, 2 weeks ago by
Justin Crooks.
Justin Crooks September 25, 2025 at 8:11 am in reply to: SM200B Frequency Reference //php bbp_reply_id(); ?> Amedina,
If you have an external 10 MHz source, I would use it to drive both instruments’ 10 MHz input. If not, you can use the 10 MHz output from the SM200 to drive the VNA400. This will discipline the VNA clocks and frequency output. I would do this before you calibrate the VNA.
Justin CrooksModerator- This reply was modified 5 months, 3 weeks ago by
Justin Crooks.
Justin Crooks September 17, 2025 at 9:02 am in reply to: Yet another sound guy with an SA44B and a question. //php bbp_reply_id(); ?> CH,
The software-based image rejection does limit the usefulness of the SA44B. For scans wider than 200 kHz, any time there is energy 21.4 MHz above, and 21.4 MHz below, the frequency being scanned, a spur will show up there. Narrower scans (200 kHz or below) have the same issue, but at different offset frequencies.
All of this is fixed in a product like the BB60D, with excellent hardware-based image rejection.
Justin CrooksModerator
Justin Crooks August 25, 2025 at 10:01 am in reply to: SM200B receive problem in low frequency band //php bbp_reply_id(); ?> MMark,
Below about 160 MHz, the SM-series is in its direct conversion band. But in order to squeeze this into our normal I/Q signal processing, we do an upfront digital tune for some combinations of center frequency and bandwidth. This will ultimately move the pass band, and will digitally filter out some frequencies. If you email our support team, we can go into more specifics for your use case, but this might be what you’re observing.
- This reply was modified 1 week, 2 days ago by
- AuthorPosts