Calculating elements of A from k-point mean values

조회 수: 4 (최근 30일)
Tyler Zicht
Tyler Zicht 2021년 3월 4일
답변: Image Analyst 2021년 3월 5일
I have data only of a weighted moving average.
ex_M = [1 2 1 2 2 2 3 4 3 4 4 6 ];
The values were calculated from a five second windows, at one minute intervals. Is there a way to infer what the actual data points are at each five second interval? I realize this would be estimations and not exact values.
I believe this would be the opposite function of: M = movmean(A,k).
Or is there another function in Matlab that can perform something similar? Any help would be appreciated.
Thanks

답변 (1개)

Image Analyst
Image Analyst 2021년 3월 5일
You can get the original signal only if you know the weights. Otherwise with unknown weights and unknown original signal, there is an infinite number of combinations that could give you that vector. This is called an "inverse filter". There's a ton of information on the web about inverse filters, so do a web search.

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by