05-20-2022 12:50 AM
Hi.. I am using a photo sensor with my NI DAQ card which sends a single value data to my lab view in real time. I am able to receive this data from the sensor and plot on waveform graph. Now I want to apply low pass filter and frequency analyse on this data. I have tried SI Lowpass Filter.
Please guide what can i implement to solve this.
Thanks
05-20-2022 12:53 AM
Hi.. I am using a photo sensor with my NI DAQ card which sends a single value data to my lab view in real time. I am able to receive this data from the sensor and plot on waveform graph. Now I want to apply low pass filter and frequency analyse on this data. I have tried SI Lowpass Filter.
Please guide what can i implement to solve this.
Thanks
05-20-2022 03:21 AM
05-20-2022 07:02 AM
Hi there, Thanks for replying.
I wanted to apply lpf and frequency analyse to this data which is plotted in waveform chart and also how can I obtain frequency, amplitude for the same.
Regards
05-20-2022 08:39 AM
Hi Ekansh,
@EKANSH_CSIO wrote:
I am using a photo sensor with my NI DAQ card which sends a single value data to my lab view in real time.
Which "NI DAQ card" do you use?
All that can be seen is some FPGA-related code…
Btw.:
@EKANSH_CSIO wrote:
Now I want to apply low pass filter and frequency analyse on this data. I have tried SI Lowpass Filter.
Please guide what can i implement to solve this.
To apply a filter you need to collect your scalar samples in an array - or you use the PtByPt functions, which also provide a filter…
Btw.: