05-08-2018 10:54 AM
Hi,
I am using an usb NI 6210 capturing analog singal voltage. It represents Temperature in ºC.
The result that I get is the following:
I would like to doit it without noise, I achieved the following result using the block mean:
Please, HELP me, my goal is achieve a signal similar to the next picture, but I do not know how to do it:
For additional infomration, I am using this configuration:
Thanks in advance. PLEASE HELP ME.
05-08-2018 12:24 PM
Taking the mean value is just one simple form for lowpass filtering. Try to use the Filter Express VI configured as a lowpass filter and play with the cut-off frequency and order parameter values.
Unlike the mean.vi that returns one value per loop iteration, the filter will export the same number of samples as it gets in, so you may want to decimate (skip samples) before graphing if that becomes a problem.
05-08-2018 01:05 PM
You can do something similar to what you are doing and use a point by point mean. That would keep a history of mean values automatically for you and would filter your data. You can play with the history length to get closer to the nice curve that you are looking for.
05-08-2018 01:57 PM - edited 05-08-2018 02:20 PM
Hi,
you should try NOT to mix DDT wires with "standard" functions: there are coercion dots and they have an impact…
my goal is achieve a signal similar to the next picture
Depending on your requirements you already reached that goal!
05-08-2018 02:11 PM
Be careful of what you expect or demand from your data.
Your first pic is analogous to "interviewing a suspect."
Your second pic is a kind of "guided interrogation."
Your third pic is "coercing a confession."
Listen to what your data tells you, don't tell your data what you want to listen to.
-Kevin P
05-09-2018 04:27 AM
Hi, thanks for your comments.
But I need a better solution to solve my problem. please, some function or method that you think that could help me.
I am reading this data:
But I want to achieve/filter/process the data to obtain this:
As you see, this second image is cleaner, safetier and "beautiful" for the process.
Pleas any idea?
Thanks in advance
05-09-2018 04:31 AM
05-09-2018 04:50 AM
Hi,
Yes, I have tried low pass, high pass, and the result is worst than before:
I do not know how to implement this filters in a correct way:
05-09-2018 05:00 AM
05-09-2018 05:08 AM
Ok, sorry.
I attach de VI, I think you can delete de DAQ 1, this is because I activate a graph in function of a fisic botton .
Thanks in advance