Jump to content

Data Smoothing


ivan00

Recommended Posts

Hi everyone !

Once again congrats for this forum. For someone like me (coming from a totally different background) it is a great opportunity to learn more about LabVIEW. :thumbup:

I sorted my shift register issue out.

On the pic below you can see two waveform probes. I would need an appropriate filter to get rid of the "noise" in the right one to get it to similar shape as the left one. I am using "7.1 full" version and put in the filter express. However rectangular smoothing seems to be insufficient and curve fit is too hectic on the original data. :thumbdown:

post-13671-1224575248.png?width=400

I red about point to point filter and array filter maybe an array filter would be better :wacko:

Could someone help out

Regards,

Ivan

Link to comment

QUOTE (Antoine Châlons @ Oct 21 2008, 08:49 AM)

I agree with Anders, I almost always use median filter instead of average (and not only for signal acquisition).

I agree. Moving averages can be tricky when doing signal processing. It "can" smooth a trace efficiently in some circumstances but it has the bad habit of shifting your signal temporally. Frequency filtering is much better for time-critical traces.

Link to comment

The "best" filter to use often involves a solid understanding of both your signal and noise source(s), it's fairly large topic in analytical science. Median filters are a very powerful swiss army knife type of filter, and produce excellent results in many situations. A properly set low-pass filter can often do wonders to data where noise is of much higher frequency than your signal, as can a properly constructed convolution filter. I believe all of these options are available to "Full" versions of LabVIEW, though I can't say for sure in your case, I skipped the 7.X generation.

Link to comment

Thanks for the input !

Below the result with a medianfilter (right) compared to the curve hoe it should look like ... :lightbulb:

post-13671-1224611046.png?width=400

the curve doesn't look too bad, but I can't apply low pass somehow, as the data was already filtered through low pass 5Hz, 2 oder Butterworth (tried with express vi "filter")

I just need a god da... curve fit or whatever too smooth it ... :headbang:

P.S. Am from Cape Town / South Africa = someone from the same city :unsure:

Regards,

Gunnar

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.