01-07-2021 09:19 AM
@DeepakDSPEngineer wrote:
Please tell me, What is the redfilterDataIn here. Will I need to pass the IQ Demodulation signal to any filter again?
I used multiple parallel loop to do the demodulation; remember when you do it this way the first set of samples will be garbage, for my application I did not care.
Each loop is connected with a FIFO queue.
This was on a myRIO that has limited capabilities. The output of the phase unwrap was then sent to filter that reduced the output rate. The demodulation output rate was about 30kHz, I reduced that to 7.5kHz using a filter.
mcduff
01-07-2021 09:30 AM
Hi Mcduff,
I want to do all the things in Single Cycle Time Loop. So, Filter is not working in that loop, Please suggest me something. by which it can work.
Or If you have any supporting documents of it. Please send me ..my email id is dsp26976@gmail.com.
Thank you.
01-07-2021 09:45 AM
@Deepak.k wrote:
Hi Mcduff,
I want to do all the things in Single Cycle Time Loop.
Why is this a requirement? Some things cannot be in a SCTL, nor do they need to be done in a SCTL.
Suggestion: Think about your requirements, frequencies, FPGA space etc. I am chemist not a DSP person, so sorry I cannot help you more.
mcduff
01-07-2021 09:49 AM
These are a lot to me. Thank you so much for your help.