04-11-2005 05:46 AM
04-11-2005 03:40 PM
@RF_Buzzer wrote:
I am transmitting a 22 MHz RF Signal using NI RFSG.
I want to receive this 22 MHz RF Signal using NI RFSA.
However NI-RFSA has a Real time Bandwidth of only 20 MHz.
So, I set the Acquistion Span to 20 MHz and started acquiring the data. I find it acquires data sometimes, but fails a lot of times.
Is the Reduced Bandwidth causing problems ??
What are the problems of acquiring a 22 MHz BW signal with a 20MHz RBW Hardware......
Alternately,
I knew NI-SCOPE supports for NI-RFSA supports > 20 MHz RBW.
So, I set the span to 25 MHz... I thought NI-RFSA acquires the data in a single shot..
But, what it actually does is get one acquistion of 20MHz data and next the remaining 5 MHz data... Spectrum itself is shown cut into two separate acquisitions.. ( Rising + Central part of 22MHz signal FIRST ... and Falling part of remaining 3 Mhz LAST...)
How do I solve this problem of acquiring 22 MHz data in a single shot with NI RFSA ??? Also, what are problems of acquiring a 22 MHz BW signal with a 20MHz RBW Hardware ???
Thanks,
RF Buzzer
04-11-2005 11:39 PM
@Andy Hinde wrote:
The 5600 RF downconverter has a passband bandwidth of 20 MHz. It does not matter what digitizer is acquiring the data - the data coming out of the 5600 has a real-time bandwidth of 20 MHz. There is no way to acquire 22 MHz of real-time data with the 5660. The problems with acquiring a 22 MHz wide signal with a 20 MHz wide input are that you will attenuate the 1 MHz of data on either end of othe BW.
@RF_Buzzer wrote:
I am transmitting a 22 MHz RF Signal using NI RFSG.
I want to receive this 22 MHz RF Signal using NI RFSA.
However NI-RFSA has a Real time Bandwidth of only 20 MHz.
So, I set the Acquistion Span to 20 MHz and started acquiring the data. I find it acquires data sometimes, but fails a lot of times.
Is the Reduced Bandwidth causing problems ??
What are the problems of acquiring a 22 MHz BW signal with a 20MHz RBW Hardware......
Alternately,
I knew NI-SCOPE supports for NI-RFSA supports > 20 MHz RBW.
So, I set the span to 25 MHz... I thought NI-RFSA acquires the data in a single shot..
But, what it actually does is get one acquistion of 20MHz data and next the remaining 5 MHz data... Spectrum itself is shown cut into two separate acquisitions.. ( Rising + Central part of 22MHz signal FIRST ... and Falling part of remaining 3 Mhz LAST...)
How do I solve this problem of acquiring 22 MHz data in a single shot with NI RFSA ??? Also, what are problems of acquiring a 22 MHz BW signal with a 20MHz RBW Hardware ???
Thanks,
RF Buzzer
04-13-2005 03:57 PM
04-13-2005 11:30 PM
@Andy Hinde wrote:
Suppose I found a way of fitting this 22 MHz real time data
into 20 MHz by using Signal Processing methods, Does this remove the problem ??
The data has been filtered before it is acquired, so I don't know how you could use Signal Processing here.
My real concern is that most Hardware devices have some tolerance levels ...say if RBW is 20 MHz ...Actual RBW is 20MHz +/- 2MHz...
Are there any such tolerance levels which disturb my acquiring of data.... if I try to fit my data of 22MHz to 20 MHz...
Are u aware of any such methods of fitting Higher Bandwidth Data to Lower Bandwidth ???
Unfortunately I am unaware of any methods to help in this situation.
04-14-2005 04:07 PM
04-15-2005 12:02 AM
@Andy Hinde wrote:
Hi,
What I meant when in my previous reply was how competitors overcome this problem.
To quote, Agilent Signal Analyzers expand their Actual RBW of 10MHz to a digitized bandwidth of
80 MHz using Signal Processing Methods ?? Can't NI do something like this...
I am not familiar with what Agilent is doing here. When you use the term RBW are you referring to Resolution Bandwidth or Real-Time Bandwidth?
However, u overlooked my other question ....
My real concern is that most Hardware devices have some tolerance levels ...say if RBW is 20 MHz ...Actual RBW is 20MHz +/- 2MHz...Are there any such tolerance levels for the NI-RFSA which disturb my acquiring of data.
What about the tolerance levels for NI RFSA ????
Yes the passband of the PXI-5600 is spec'd at 20 MHz as that is the flat part of the bandpass filter used, but the rolloff is such that the magnitude reaponse is roughly 10 dB down at 5 MHz above and below the outsides of the 20 MHz flat passband. If you are capturing 22 MHz, you would be 1 MHz outside the passband on either side so you would have some rolloff but perhaps not a whole lot.
The main problem with this is that the software is not designed for this, although you can do it through low level SW. Basically the NI-RFSA SW operates both the PXI-5600 and PXI-5620 together for ease of use and assumes a 20 MHz max BW and operates as such. To do what you are talking about would require separate programming of the PXI-5600 and PXI-5620. I am attaching two examples to help you with this. One is a NI-Tuner (PXI-5600 driver) example used to set the RF Center Frequency and Attenuation of the PXI-5600. The other is a Spectral Measurements Toolkit example which uses just the PXI-5620 digitizer. These examples can be found at:
Start->Programs->National Instruments->NI-Tuner->Examples
Start->Programs->National Instruments->Spectral Measurements->LabVIEW Support->Spectral Measurements Example Folder->SMT Examples for niScope->Interactive Examples
04-18-2005 07:10 AM
@Andy Hinde wrote:
Hi,
What I meant when in my previous reply was how competitors overcome this problem.
To quote, Agilent Signal Analyzers expand their Actual RBW of 10MHz to a digitized bandwidth of
80 MHz using Signal Processing Methods ?? Can't NI do something like this...
I am not familiar with what Agilent is doing here. When you use the term RBW are you referring to Resolution Bandwidth or Real-Time Bandwidth?
However, u overlooked my other question ....
My real concern is that most Hardware devices have some tolerance levels ...say if RBW is 20 MHz ...Actual RBW is 20MHz +/- 2MHz...Are there any such tolerance levels for the NI-RFSA which disturb my acquiring of data.
What about the tolerance levels for NI RFSA ????
Yes the passband of the PXI-5600 is spec'd at 20 MHz as that is the flat part of the bandpass filter used, but the rolloff is such that the magnitude reaponse is roughly 10 dB down at 5 MHz above and below the outsides of the 20 MHz flat passband. If you are capturing 22 MHz, you would be 1 MHz outside the passband on either side so you would have some rolloff but perhaps not a whole lot.
The main problem with this is that the software is not designed for this, although you can do it through low level SW. Basically the NI-RFSA SW operates both the PXI-5600 and PXI-5620 together for ease of use and assumes a 20 MHz max BW and operates as such. To do what you are talking about would require separate programming of the PXI-5600 and PXI-5620. I am attaching two examples to help you with this. One is a NI-Tuner (PXI-5600 driver) example used to set the RF Center Frequency and Attenuation of the PXI-5600. The other is a Spectral Measurements Toolkit example which uses just the PXI-5620 digitizer. These examples can be found at:
Start->Programs->National Instruments->NI-Tuner->Examples
Start->Programs->National Instruments->Spectral Measurements->LabVIEW Support->Spectral Measurements Example Folder->SMT Examples for niScope->Interactive Examples
04-18-2005 10:28 AM
04-18-2005 11:24 AM