Re: circular buffer(its urgent)



"ravindra kalla" <ravindra28d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:o4CdnSmPuMdApmDfRVn_vQ@xxxxxxxxxxxxxxx
> hi,
>
> i m doing project on image processing.For that i need to store pixel
> value of any frame in memory. I read from one journal that there is
> one circular read address generator which is used to generate physical
> address from logical address this help to reduce the size of memory.
>
> I have to store 30*32 pixel in memory.NOW for that i have to generate
> physical address for those memory location.THey suggest circular read
> address generator for this.
>
> But i never read about circular read address generato.So please
> anybody tell me about this generator.
> Is it possible to reduce memory size using this method.
>

I think you're asking the wrong people. This group primarily focusses on
harddisks, tape drives, CD/DVD, storage area networks and backup/restore
issues. I would suggest posting your question in the comp.arch.embedded
newsgroup where people routinely deal with generating memory and processor
addresses.

Rob


.



Relevant Pages

  • Re: circular buffer(its urgent)
    ... > i m doing project on image processing.For that i need to store pixel ... > one circular read address generator which is used to generate physical ... > address from logical address this help to reduce the size of memory. ... > address generator for this. ...
    (comp.arch.fpga)
  • Re: ESRs fortune.pl redone in python - request for critique
    ... > This has no effect because once the program exits, the file pointer ... > the memory requirements of reading the contents of all of those files ... > > with a generator function that collects lines until it ... The probability for the if branches to be executed is thus ...
    (comp.lang.python)
  • Re: circular read address generator
    ... i m doing project on image processing.For that i need to store pixel value of any frame in memory. ... I have to store 30*32 pixel in memory.NOW for that i have to generate physical address for those memory location.THey suggest circular read address generator for this. ...
    (comp.dsp)
  • Re: Tuple question
    ... > Alex shows use of a generator... ... > programmer level) so you must therefore be storing the ... No problem at all -- if your available memory is in one chunk, ...
    (comp.lang.python)
  • Re: circular read address generator
    ... I've used circular buffers in DSP programming, ... the address pointer increments so you don't have to pay attention ... "Circular" means that at the end of the memory, ... > location.THey suggest circular read address generator for this. ...
    (comp.arch.fpga)