Implementing a Lowpass Filter? #1005
Unanswered
LeeElectricPlant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello PlotJuggler Community,
In reviewing PlotJuggler tutorial videos, I saw one in which there was a "1st_order_lowpass" filter listed in the Saved Functions tab of the Create a Custom Timeseries window.
It's 8 seconds into this video:
![image](https://private-user-images.githubusercontent.com/161739170/365665062-ee166b69-6029-4774-92f9-5219bd754e4b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjQxMzcsIm5iZiI6MTczOTAyMzgzNywicGF0aCI6Ii8xNjE3MzkxNzAvMzY1NjY1MDYyLWVlMTY2YjY5LTYwMjktNDc3NC05MmY5LTUyMTliZDc1NGU0Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxNDEwMzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MTJjOGVhMTViOTM0OTI0MWU3ZTNlNDhhYWVjMmUxNTRkM2NiNDVjMWMzOGFkNTVkZTU4MTQyYTZhNDc0NDNiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.SrEW3Q42pB5iieWqHkGHcMjSNqqrlnqGPbyv1Zuh3Ws)
https://vimeo.com/311245098
Is there any way to get access to the Lua code needed to implement that filter and/or other lowpass filters that may exist?
I'm trying to implement a filter to get rid of the 60 Hz noise (from electrical power outlets) in my signal. I do not have experience with Lua, and to the extent I have looked into learning it, I haven't found any way to do it.
Thank you for this wonderful tool!
Beta Was this translation helpful? Give feedback.
All reactions