help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bitlevel manipulation


From: Paul Kienzle
Subject: Re: Bitlevel manipulation
Date: Mon, 10 Sep 2001 09:22:46 -0400

Kai Habel wrote some bit manipulation functions.   Unlike matlab, they
are limited to
32 bits per value rather than the 52 or so that matlab provides.  You can
find them
on sf.net/projects/octave in the CVS tree.   Look in the octave/dld tree.

Paul Kienzle
address@hidden

Burmz wrote:

> Hi People,
>
> I'm a newbie to Octave. I have had a little experience with matlab but
> not a great deal. I am currently working on a project that involves
> being able to read in a bit-stream, modify that bit-stream and then
> save the new stream.
>
> Now the save bit isn't to bad, but I need to be able to perform
> bit-level manipulation, which means that I need to be able to read in
> the stream as bits, rather than integers or chars. The fread function
> in matlab does have this ability, but it appears taht it doesn't exist
> in octave in the same format. Is there a function that allows me to
> read in the file so that I can view individual bits? Or are there
> functions taht allow me to access an integer array at the bit-level.
>
> Thanks for you time and I look forward to your response
>
> Jason Burman
> Computer Eng UnderGrad
> University of Wollongong
> NSW, Australia
>
> address@hidden
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]