Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have recorded real time signal using audio recorder in Matlab. Now i want to filter this signal using butterworth filter.
I don't know,how to interface real time signal with the butter command. Is this possible?
could you please help me out.
Thank you
Posted

1 solution

Well a Butterworth filer is a fir filer, so a simple buffer that stores 6 or 7 last values will give you the filtered output live.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900