suggestions for filtering a = signal
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a signal that is obtained which is shown in the figure below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161425/image.png)
I have received suggestions in using a moving average filter but I am unsure how do I implement it within the range where the noise is present within the signal.
I was wondering are there any suggestions or possible solutions for this scenario?
Appreciate the help.
0 comentarios
Respuestas (1)
Star Strider
el 7 de Mzo. de 2017
You have obvious high frequency noise. Take the fft (link) of your signal to find the noise frequencies in your signal spectrum, then use the designfilt function to design your filter to eliminate the noise. A simple Butterworth lowpass design should work well. Use the filtfilt function to do the actual filtering.
0 comentarios
Ver también
Categorías
Más información sobre Digital Filter Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!