I have data in excel file. i was able plot it in the matlab. but this data is full of noise. i know how to use the filters for the noisy functions. But i need to know how to filter the data from the excel file..PLease help

댓글 수: 2

Star Strider
Star Strider 2016년 3월 25일
You first need to do the fft to define the frequencies of your signal and the frequencies of your noise, then design a filter for it. For broadband ‘impulse’ noise, you will not be able completely to eliminate it.
Gautam Mohan
Gautam Mohan 2016년 3월 30일
If you are able to plot the data in MATLAB, then I would advise doing all data filtering operations within MATLAB. Once you have the desired filtered data, you can write it back to the Excel file using the xlswrite() command. More information can be found here.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2016년 3월 25일

댓글:

2016년 3월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by