Noise filtering from Excel Data
2 次查看(过去 30 天)
显示 更早的评论
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
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
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!