由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: question about matlab?
相关主题
Re: 关于时间序列分析和DSP的问题Re: matlab 一问
my advisorRe: 对矩阵运算有研究的同志们请注意
Re: 请问一个MATLAB积分问题Re: question about MATLAB
[转载] MATLAB实在太强大了Re: MATLAB初级问题
Matlab的help documentationRe: Matlab plot
Re: MATLAB请教[转载]有关 MATLAB 的一些网址
Re: help about autocorrelation.[转载]Matlab详细教程(0)
Re: which science tools are better?[转载]Matlab详细教程(1)
相关话题的讨论汇总
话题: filter话题: matlab话题: moving话题: design话题: question
进入Science版参与讨论
1 (共1页)
a***w
发帖数: 30
1
Moving average actually is a finite impulse response
(FIR) filter, right? So just use filter(.), which
can do moving average and auto-regression together.
don't know what is "baseline correct"
You need design a high pass filter by yourself.
But Matlab does provide a lot of filter design
functions, e.g., you can try cheby2 to design
chebyshevII filter(low, pass, high, stop)
r****y
发帖数: 1437
2

At least moving average and high pass filter can be easily
done in Matlab.
1 (共1页)
进入Science版参与讨论
相关主题
[转载]Matlab详细教程(1)Matlab的help documentation
[转载]Matlab详细教程(2)Re: MATLAB请教
[转载]Matlab详细教程(3)Re: help about autocorrelation.
[转载]Matlab详细教程(4)Re: which science tools are better?
Re: 关于时间序列分析和DSP的问题Re: matlab 一问
my advisorRe: 对矩阵运算有研究的同志们请注意
Re: 请问一个MATLAB积分问题Re: question about MATLAB
[转载] MATLAB实在太强大了Re: MATLAB初级问题
相关话题的讨论汇总
话题: filter话题: matlab话题: moving话题: design话题: question