Forums › BB Series Discussions › About LavView vision API to measure Channel power question?
- This topic has 5 replies, 3 voices, and was last updated 8 years ago by
Yu Ching Lu.
- AuthorPosts
Yu Ching LuParticipantI have a BB60C. I found the Spike this software can test channel power. But I can not found LabView vision API this function(channel power.).I alway ready use the API catch the signal by LabView
Anybody know how to used LabView to analyze (Channel power)?
AndrewModeratorHello Yu Ching,
You are correct, there is no direct channel power measurement in the API. You will need to calculate it. The most typical way this is performed is by either integrating the frequency bins of a sweep (in power units) or averaging the power of an IQ waveform. LabVIEW might have these measurements available in the signal processing or related libraries.
I will attach the pseudo-code for the sweep method. This is pulled from Spike.
Let me know if you have further questions.
Regards,
AndrewAttachments:
You must be logged in to view attached files.
Yu Ching LuParticipantThis is I want to test channel power(sample).
But I don’t know how to used LabView to calculate.Attachments:
You must be logged in to view attached files.
Yu Ching LuParticipantThis Vi inside has a single is caught by BB60C.
Attachments:
You must be logged in to view attached files.
RogerModeratorHi Yu Ching,
I have created a new LabVIEW example for computing channel power. It is a modification of the continuous sweep example.
Let me know if you have any questions about it.
Regards,
RogerAttachments:
You must be logged in to view attached files.
Yu Ching LuParticipantHi Roger:
Thank you for update this VI.
This VI can be work and is correct.Attachments:
You must be logged in to view attached files.- AuthorPosts
You must be logged in to reply to this topic.