Forums › SA Series Discussions › Labview Get Sweep Array not right?
- This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by
tolletterica11.
- AuthorPosts
tolletterica11ParticipantHi, I am having trouble with the array from the get sweep function.
The graph is plotting what it sees but it is not correct, also checked in spike to make sure it was a clean 20MHz broadband signal.
Attached is the graph of the array it is plotting, the set up sequence, the probed values, and the array itself that comes out of probe 113.Attachments:
You must be logged in to view attached files.
Justin CrooksModeratorIn saConfigSweepCoupling, there is a parameter that gets passed in, bool reject. If you set this to true, and decrease your VBW to maybe 1/10 of your RBW, you should get the expected noise reading and shape.
The reason for this is the USB-SA44B does not have hardware image rejection, and instead relies on a software algorithm. When this is not enabled, an image response shows up 21.4 MHz away from the actual input signal.
For broadband signal applications, the BB60C would be an ideal choice, since it has excellent hardware image rejection. But the SA44B can be configured to work well for signals up to 20 MHz wide, using the image reject flag appropriately.
Generally, if the signal is continuous, the image reject flag should be true. If the signal is pulsed or frequency hopping, you must set the flag to false to catch the signal, and the image response is unavoidable on the SA44B.
Hopefully this helps.
tolletterica11ParticipantThanks Justin!
That helped a lot!- AuthorPosts
You must be logged in to reply to this topic.