You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing with a device which is a VITA49 transmitter. Configure the device to transmit a VITA49 stream which conveys short IQ data. The sampling rate of IQ data is 25kHz
Launch component SourceVITA49 in sandbox and configure it to receive the VITA49 stream, plot port data from dataShort_out and plot port FFT from dataShort_out, observe the labeling of x axis of both plottings.
In time domain plotting, the x axis shows from [0, 1000s], which is not correct and should divide by 25K to be [0, 0.04s].
In frequency domain plotting, the x axis shows from [-0.5Hz, 0.5Hz], which is not correct and should multiply by 25K to be [-12.5kHz, 12.5kHz].
The following code snippet from function SourceVITA49_i::process_context() in SourceVITA49.cpp shall relate to detect and handle the sampling rate.
Testing with a device which is a VITA49 transmitter. Configure the device to transmit a VITA49 stream which conveys short IQ data. The sampling rate of IQ data is 25kHz
Launch component SourceVITA49 in sandbox and configure it to receive the VITA49 stream, plot port data from dataShort_out and plot port FFT from dataShort_out, observe the labeling of x axis of both plottings.
In time domain plotting, the x axis shows from [0, 1000s], which is not correct and should divide by 25K to be [0, 0.04s].
In frequency domain plotting, the x axis shows from [-0.5Hz, 0.5Hz], which is not correct and should multiply by 25K to be [-12.5kHz, 12.5kHz].
The following code snippet from function SourceVITA49_i::process_context() in SourceVITA49.cpp shall relate to detect and handle the sampling rate.
The text was updated successfully, but these errors were encountered: