niteshtripathi
Member level 3
Hello Everyone, Need an urgent help
I am writing Verilog code for Spline Cubic Interpolation Module(by using this i have to calculate the lower and upper envelope of a sampled signal). I have read one Journal Paper and from there i have got a digital structure of the Spline Interpolation Module(Diagram Attached Below)
where
xmaxj = jth local maxima of a sampled signal
pmaxj = position of jth local maxima of a sampled signal
I want to know what is the exact functionality of the "Edge Condition Module"?
What they have explained in paper is:
According to figure , the inputs xmaxj and pmaxj pass through the edge conditions module, which adheres the edge conditions in the beginning and ending of the data set of maxima. The signal RDmax indicates the arrival of a new maximum and the signal EOD the end of the data set.These conditions are used to calculate values on the edges of the
signal in the interpolation process. The new data sets (xmaxi' and pmaxi'
) with the edge condition are stored and sent to tridiagonal matrix module with their respective control signals (RDmax' and EOD').

I am writing Verilog code for Spline Cubic Interpolation Module(by using this i have to calculate the lower and upper envelope of a sampled signal). I have read one Journal Paper and from there i have got a digital structure of the Spline Interpolation Module(Diagram Attached Below)
where
xmaxj = jth local maxima of a sampled signal
pmaxj = position of jth local maxima of a sampled signal
I want to know what is the exact functionality of the "Edge Condition Module"?
What they have explained in paper is:
According to figure , the inputs xmaxj and pmaxj pass through the edge conditions module, which adheres the edge conditions in the beginning and ending of the data set of maxima. The signal RDmax indicates the arrival of a new maximum and the signal EOD the end of the data set.These conditions are used to calculate values on the edges of the
signal in the interpolation process. The new data sets (xmaxi' and pmaxi'
) with the edge condition are stored and sent to tridiagonal matrix module with their respective control signals (RDmax' and EOD').
