simple method to reconstruct original waveform

조회 수: 2 (최근 30일)
farah
farah 2016년 10월 18일
댓글: farah 2016년 10월 18일
Hi, anybody know how to reconstruct original waveform using two different waveform. one is original waveform and another one is sample waveform. Both waveform data size are 1x2072
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 10월 18일
?? If you have the original waveform, then you do not need to reconstruct it.
What is the relationship between the two signals that you have and the signal that you want to reconstruct? For example is one of them a lowpass filtering and the other is a highpass filtering for the same signal?

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2016년 10월 18일
From the very little that you have said, you probably need to
1. Define a model that relates the two.
2, Estimate the parameters of the model, using some appropriate scheme for estimation. The scheme employed typically varies, depending on the model used, the noise structure involved, etc.
The point is, this is entirely a question about modeling. It has nothing to do with MATLAB at this point, because you have not yet learned enough about the problem you actually need to solve. You cannot write code for some completely undefined problem.
So first, define the relationship between the waveforms, in terms of parameters. Is that relationships as simple as a shift and scale in some way? Is it more complex? What is the assumed noise structure? What are you willing to assume?
  댓글 수: 1
farah
farah 2016년 10월 18일
Actually, the original waveform is the primary current of Current Transformer. The waveform that I want to reconstruct is the distorted secondary current. So there is any simple method to reconstruct the secondary current so that it can be similar to primary ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by