remove DC offset for a interference signal
Show older comments
Hi,
Could you please tell me how to remove DC offset for a interference signal?
I think the DC offset of my signal is not a constant.
Therefore, "signal-mean(signal)" is not quite accurate.
filename = ('waveform.xlsx');
data = xlsread(filename);
time = data(:,1);
signal = data(:,2);
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!