simple method to reconstruct original waveform

2 Ansichten (letzte 30 Tage)
farah
farah am 18 Okt. 2016
Kommentiert: farah am 18 Okt. 2016
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 Kommentar
Walter Roberson
Walter Roberson am 18 Okt. 2016
?? 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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

John D'Errico
John D'Errico am 18 Okt. 2016
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 Kommentar
farah
farah am 18 Okt. 2016
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 ?

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by