Reply by Randy Yates April 18, 20072007-04-18
"A.E lover" <aelover11@gmail.com> writes:

> hi all, > > Assume I have a DIGITAL signal with M samples. My compression program > using N bits to encode each sample. What is the bit rate of my > program? is it N or M/N?? > Thanks
Bit rate is [bits/second]. Neither one of your choices provide these unit.s If your digital signal was K samples/second, then the answer would be K [samples/second] * N [bits/sample] = K*N [bits/second]. -- % Randy Yates % "She tells me that she likes me very much, %% Fuquay-Varina, NC % but when I try to touch, she makes it %%% 919-577-9882 % all too clear." %%%% <yates@ieee.org> % 'Yours Truly, 2095', *Time*, ELO http://home.earthlink.net/~yatescr
Reply by A.E lover April 18, 20072007-04-18
hi all,

Assume I have a  DIGITAL signal with M samples. My compression program
using N bits to encode each sample. What is the bit rate of my
program? is it N or M/N??
Thanks


//