This function accepts a framed signal and corresponding buffers to predict forward Npredict samples. Syntax: [ PredictedFrames, PredictedSignal ] = PredictiveFraming( Frames, Buffer, Npredict, method ) Inputs: Frames - The framed signal for which to predict ahead of each frame by Npredict Buffer - The set of buffers corresponding to each frame of 'Frames' Npredict - The number of samples to predict ahead of time at each frame method - The autoregressive method to use for prediction Outputs: PredictedFrames - The set of frames containing the predicted samples PredictedSignal - The frame based predicted signal a - AR based prediction filters Example: Line 1 of example Line 2 of example Line 3 of example See also: predict, forecast, ar, lpc, aryule, arburg, arcov, armcov