01-27-2012 10:04 AM
Hello, I have developed an RFID reader transmitter with the following parameters:
• Modulation Scheme – DSB-ASK
• Encoding Scheme - PIE
• Carrier Freq. – 915 MHz
• RFSG Tx Power Level – 0 dBm
• Tx Channel Bandwidth – 500 kHz
Could you suggest any existing RFSA vi that will be able to check if my transmitter is properly working? Thank you.
01-31-2012 11:05 AM
Hi,
The best LabVIEW shipping example that we offer for that application would be MT niRFSA ASK Demod.vi from the LabVIEW Example Finder ( LabVIEW » Help » Find Examples » Hardware Input and Output » Modular Instruments » NI-RFSA » Modulation Toolkit ).
This example shows demodulation of an ASK signal using devices programmed using the niRFSA driver.
There is also an article online, Advanced RFID Measurements: Basic Theory to Protocol Conformance Test, which discusses RFID measurements.
There is not a DSB-ASK-specific example already written (that ships with LabVIEW or online to my knowledge). Given the above example and article, this should get you started in the right direction in creating a VI to test your transmitter.
Regards,
Aaron
02-06-2012 06:03 AM
Thank you! I was already able to demodulate my signal. I have another question. Is it possible in NI to display the waveform of an RF signal? Thank you!
02-07-2012 05:39 PM
Margarette,
You can easily display a waveform using LabVIEW. In the Example Finder, as I mentioned above, several of the RF examples display a spectrum (or other waveform signals) using waveform graphs and charts. The RFSA Demo Panel.vi is a good starting point. I would encourage you to look at those. Also, you can use the RFSA Soft Front Panel (Programs » National Instruments » NI-RFSA) installed with NI-RFSA to use the analyzer in a non-programming environment.
Regards,
Aaron
07-15-2024 05:43 PM
Hello,
I'm working on getting this for a Gen2 RFID as well. Can you share how you made your DSB-ASK waveform in LabVIEW? I also want to find/create a solution for PR-ASK.