simple method to reconstruct original waveform
2 次查看(过去 30 天)
显示 更早的评论
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
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
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!