Linear predictor is basically a transversal filter ( a tapped delay line), where tap gains are set equal to prediction coefficients.There may be N-order predictors. Larger the N, better prediction we uasually get. but it causes time delay.
we can also realize computationally simple predictor adaptation algorithms for implenting predicting operations for speech coding
Happy learning
Added after 13 minutes:
previously i talk about DPCM
Now reg, DM :
FOr Delta modualtor, we need one-bit quantizer (physically we can employ comparator (two level)followed by sampler i.e., switch) and one accumulator (where we add one-bit quantizer o/p & one bit delayed acimulator o/p).acumulator is implemed phaysically by integrator amplifier.
In delta demodulator we deploy one accumulator followed by low pass filter. ( as i said befor, one can implement accumulator by using integrator amplifier)
Hope it might give some idea.
Happy learning