필터 지우기
필터 지우기

Representation of a signal in mathematical form

조회 수: 3 (최근 30일)
rihab
rihab 2015년 10월 27일
답변: John D'Errico 2015년 10월 27일
I have been given a signal defined in MATLAB as
signal = randn(1,1e6);
Does anyone have any idea how to represent this signal mathematically(in the form of an equation)?

답변 (1개)

John D'Errico
John D'Errico 2015년 10월 27일
Sorry, but this is essentially impossible. A random sequence has no pattern to it. So beyond making a list of the elements, and then providing an "equation" that indexes into that list, you cannot do so in any intelligent way.
Yes,I am sure that someone will say why not just use a Lagrange interpolating polynomial, or some such alternative. But an interpolating polynomial of order 1e6 is useless in so many ways that I won't bother going any further down that line. Or one might think of an interpolating spline. But since an interpolant between random numbers will itself be meaningless, why bother? JUST USE AN INDEX. Anything between those elements is useless and meaningless as a prediction.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by