Forums › SA Series Discussions › How to improve the speed?
- This topic has 2 replies, 2 voices, and was last updated 5 years, 5 months ago by
thientran.
- AuthorPosts
thientranParticipant- This topic was modified 5 years, 5 months ago by
thientran.
Hello!
I have 1 SA44B and I want to use it to measure the amplitude of the signal at the center frequency.
I used the function (in the API):
SA44B_Device.SHAPI_RunMeasurementReceiver(ref myMeasRcvr);
AmpliFreqCenter = myMeasRcvr.RFAmplitude .
The data receiving speed is very slow (about 500 ms / 1 sample). How to improve the speed?
Thank!
AndrewModeratorHello thientran,
The API you are currently using has been deprecated and we unfortunately don’t support it anymore. Several years ago we released a newer API for the SA44B which you can download in our SDK at the link below.
Using the newer API, I would configure a sweep and use the sweep data to measure the amplitude at a given frequency. You can use the Spike software to determine the sweep settings needed for your measurement and use them when setting up your sweep in the API. There is a sweep example you can use to get you started.
There is no measurement receiver function in the new API, but based on your short description, it does not sound like you need that. It sounds like a simple sweep would work.
https://signalhound.com/software/signal-hound-software-development-kit-sdk/
Let me know if you have follow up questions.
Regards,
Andrew
thientranParticipantHello Andrew.
Thank you for your help.
I have done it and succeeded
Thank you!- This topic was modified 5 years, 5 months ago by
- AuthorPosts
You must be logged in to reply to this topic.