LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different Sampling Rates with the same AIO Connector, Labview FPGA

Solved!
Go to solution

Hi,

  

I am using LV 2009 with the newest FPGA toolkit and a NI PXI 7854R. I aquire a analog signal with a sampling rate of 600kS/ s. I need that sampling rate for further data processing, but i also need the signal sampled with a much lower, variable sampling frequency to make a FFT. 

I attached a picture to clarify in a simple example what i am looking for.

 

varSamplingRate.JPG

 

 

I tried it with the case structure to only take every 'iht iteration but didnt get the expected results.

Does anyone have an other idea how to solve my problem? By the the, the "Resampler" express VI from the FPGA funtion palette does not help me.

 

 

Thanks in advance,

Regards 

 

 

 

0 Kudos
Message 1 of 3
(2,877 Views)
Solution
Accepted by topic author looking4answers

Hi,

 

the connecter for the analog input is a "shared resource", so you should it only ones in your FPGA Code.

Find attached an example which demonstrates how to perform this analyses task.

 

Regards

 

Ulrich

AE NI-CER

0 Kudos
Message 2 of 3
(2,822 Views)

Hi Ulrich,

 

Thank you for your answer.

 

 Even though i am not sure if the "shared resourcesubject is the problem, your example solved my problem.

So..  Thanks again!

 

Best regards

 

 

0 Kudos
Message 3 of 3
(2,786 Views)