Filtering with non-zero initial conditions
显示 更早的评论
I have a matrix of time series data from an industrial furnace. The data is arranged in columns, and there are 9 columns of data. The length is about 15000 and there are 9 temperatures. So in this 15000 by 9 matrix (15000 rows and 9 columns) the 9 columns represent the individual temperature. The first row in the matrix is the oldest data, and the last row is the most recent. I want to filter this using one of the filter functions. Basically, I want to filter out noise by applying a 1 minute or 2 minute filter. The problem is that these temperatures range from about 450 F to about 610 F. I do not want to see a zero initial condition. What function should I use and how should I set it ?
2 个评论
Rik
2020-3-4
Do you have the time difference for each of these rows? Some kind of moving average may be what you need.
Atique Malik
2020-3-4
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Analog Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!