Labview Get Sweep Array not right?

Forums SA Series Discussions Labview Get Sweep Array not right?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #157343
    tolletterica11
    Participant

    Hi, 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.
    #157351
    Justin CrooksJustin Crooks
    Moderator

    In 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.

    #157357
    tolletterica11
    Participant

    Thanks Justin!
    That helped a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.