Bitstream in the context of Bit numbering


Bitstream in the context of Bit numbering

Bitstream Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Bitstream in the context of "Bit numbering"


⭐ Core Definition: Bitstream

A bitstream (or bit stream), also known as binary sequence, is a sequence of bits.A bytestream is a sequence of bytes. Typically, each byte is an 8-bit quantity, and so the term octet stream is sometimes used interchangeably. An octet may be encoded as a sequence of 8 bits in multiple different ways (see bit numbering) so there is no unique and direct translation between bytestreams and bitstreams.

Bitstreams and bytestreams are used extensively in telecommunications and computing. For example, synchronous bitstreams are carried by SONET, and Transmission Control Protocol transports an asynchronous bytestream.

↓ Menu
HINT:

In this Dossier

Bitstream in the context of Audio files

An audio file format is a file format for storing digital audio data on a computer system. The bit layout of the audio data (excluding metadata) is called the audio coding format and can be uncompressed, or compressed to reduce the file size, often using lossy compression. The data can be a raw bitstream in an audio coding format, but it is usually embedded in a container format or an audio data format with a defined storage layer.

View the full Wikipedia page for Audio files
↑ Return to Menu

Bitstream in the context of Modulation

Signal modulation is the process of varying one or more properties of a periodic waveform in electronics and telecommunication for the purpose of transmitting information.

The process encodes information in form of the modulation or message signal onto a carrier signal to be transmitted. For example, the message signal might be an audio signal representing sound from a microphone, a video signal representing moving images from a video camera, or a digital signal representing a sequence of binary digits, a bitstream from a computer.

View the full Wikipedia page for Modulation
↑ Return to Menu

Bitstream in the context of Logic design

In computer engineering, logic synthesis is a process by which an abstract specification of desired circuit behavior, typically at register transfer level (RTL), is turned into a design implementation in terms of logic gates, typically by a computer program called a synthesis tool. Common examples of this process include synthesis of designs specified in hardware description languages, including VHDL and Verilog. Some synthesis tools generate bitstreams for programmable logic devices such as PALs or FPGAs, while others target the creation of ASICs. Logic synthesis is one step in circuit design in the electronic design automation, the others are place and route and verification and validation.

View the full Wikipedia page for Logic design
↑ Return to Menu

Bitstream in the context of Orthogonal frequency-division multiplexing

In telecommunications, orthogonal frequency-division multiplexing (OFDM) is a type of digital transmission used in digital modulation for encoding digital (binary) data on multiple carrier frequencies. OFDM has developed into a popular scheme for wideband digital communication, used in applications such as digital television and audio broadcasting, DSL internet access, wireless networks, power line networks, and 4G/5G mobile communications.

OFDM is a frequency-division multiplexing (FDM) scheme that was introduced by Robert W. Chang of Bell Labs in 1966. In OFDM, the incoming bitstream representing the data to be sent is divided into multiple streams. Multiple closely spaced orthogonal subcarrier signals with overlapping spectra are transmitted, with each carrier modulated with bits from the incoming stream so multiple bits are being transmitted in parallel. Demodulation is based on fast Fourier transform algorithms. OFDM was improved by Weinstein and Ebert in 1971 with the introduction of a guard interval, providing better orthogonality in transmission channels affected by multipath propagation. Each subcarrier (signal) is modulated with a conventional modulation scheme (such as quadrature amplitude modulation or phase-shift keying) at a low symbol rate. This maintains total data rates similar to conventional single-carrier modulation schemes in the same bandwidth.

View the full Wikipedia page for Orthogonal frequency-division multiplexing
↑ Return to Menu

Bitstream in the context of Speex

The Speex project is an attempt to create a free software speech codec, unencumbered by patent restrictions. Speex is licensed under the BSD License and is used with the Xiph.org Foundation's Ogg container format.

The Speex coder uses the Ogg bitstream format, and the Speex designers see their project as complementary to the Vorbis general-purpose audio compression project.

View the full Wikipedia page for Speex
↑ Return to Menu

Bitstream in the context of WAV

Waveform Audio File Format (WAVE, or WAV due to its filename extension; pronounced /wæv/ or /wv/ ) is an audio file format standard for storing an audio bitstream on personal computers. The format was developed and published for the first time in 1991 by IBM and Microsoft. It is the main format used on Microsoft Windows systems for uncompressed audio. The usual bitstream encoding is the linear pulse-code modulation (LPCM) format.

WAV is an application of the Resource Interchange File Format (RIFF) bitstream format method for storing data in chunks, and thus is similar to the 8SVX and the Audio Interchange File Format (AIFF) format used on Amiga and Macintosh computers, respectively.

View the full Wikipedia page for WAV
↑ Return to Menu