Notes - MIECT
Comunicações Móveis
Notes - MIECT
Comunicações Móveis
  • Comunicações Móveis
  • The Communication Network
    • The Phone Network
    • The Internet
    • The Mobile Network
  • Wireless Systems
    • Wireless Systems
    • Mobile Hassles
    • Device Issues
    • Why is mobile hard?
  • Physical Layer
    • Classifications of Transmission Media
    • Wireless
    • Radio Transmission Impairments
    • Time-Domain View
    • Propagation Degrades
    • Propagation Mechanisms
    • Redundancy
  • Satellite Networks
    • Satellites
    • Satellite Networks
      • GEO - Geostationary Orbit
      • NGSO - Non Geostationary Orbits
    • Routing
  • Mobile Networks
    • Connections and structures
    • Cell
    • Wireless networks
    • 802.11
    • Infrastructure vs Ad Hoc Mode
    • Data Flow Examples
    • Physical layer
    • MAC
      • Multi-bit Rate
      • MAC Layer
      • Carrier Sense Multiple Access
      • Some More MAC Features
    • How does a station connect to an Access Point?
      • IEEE 802.11 Mobility
    • How to extend range in Wi- Fi?
      • IEEE 1905.1 standard, Convergent Digital Home Network for Heterogeneous Technologies
  • Bluetooth, Wireless Sensor Networks, ZigBee
    • Bluetooth
      • Piconets
        • Device Discovery Illustrated
        • Paging
      • Scatternet
      • Bluetooth Stack
        • Baseband in Bluetooth
        • Adaptation protocols
      • Profiles and security
        • Bluetooth
        • Link keys in a piconet
      • 802.15.x
        • Bluetooth Networking Encapsulation Protocol
        • Bluetooth 4.0: Low Energy
          • Device Modes
          • Link Layer Connection
          • How low can the energy get?
          • BLE and GAP
    • Wireless Sensor Networks
      • MIoT and HIoT are different
      • Types of Wireless Networks
      • Wireless Sensor Network
      • 802.15.4 and Zigbee
      • 802.15.4 / ZigBee Architecture
        • IEEE 802.15.4 MAC
        • Channel Access Mechanism
        • Association procedures
        • ZigBee
        • ZigBee and BLE
  • Cellular Networks
    • Wireless cellular network
    • Wide Area Wireless Sensor Networks (WWSN)
      • LTE-M
      • NB-IoT
      • Spectrum & Access
      • Cellular technologies
      • LoRa
      • The Things Network
    • Technological waves
    • 1G - Mobile voice
    • 2G - Global System for Mobile Communications (GSM)
    • 2.5G - General Packet Radio Service (GPRS)
    • 3G - Universal Mobile Telecommunication System
      • Multiplexing mechanisms
      • SIP Protocol
      • Services in IMS
    • 4G - Long Term Evolution/Evolved Packet Core (LTE/EPC)
      • Long Term Evolution (LTE)
    • 5G
      • Example of verticals
      • 3GPP Releases detail
      • Technologies
      • New Radio is required
      • System architecture
      • Non-stand Alone (NSA)
      • Networks deployment
      • Protocol stacks
      • Procedures
      • QoS Model
      • Mobility in 5G
      • Distributed cloud: Edge Computing and 5G
      • Slicing
    • 6G
  • Software and Virtualization Technologies in Mobile Communication Networks
    • Network Function Virtualization
    • Management and Orchestration
    • Software Defined Networking
      • How to “direct” the controller?
      • Emulation
      • Programming Protocol-Independent Packet Processors (P4)
    • OpenRAN
    • Multi-access Edge Computing
    • Network Automation
Powered by GitBook
On this page
  • Protects digital data by introducing redundancy in the transmitted data
  • Block codes provide Forward Error Correction (FEC) for blocks of data
  • Convolutional codes provide protection for a continuous stream of bits
  • Multiple Users Can Share the Spectrum
  • So Why Don’t we Always Send a High Bandwidth Signal?
  • Spread Spectrum
  • Concept
  1. Physical Layer

Redundancy

PreviousPropagation MechanismsNextSatellites

Last updated 2 years ago

Protects digital data by introducing redundancy in the transmitted data

Error detection codes: can identify certain types of errors.

Error correction codes: can fix certain types of errors.

Block codes provide Forward Error Correction (FEC) for blocks of data

(n, k) code: n bits are transmitted for k information bits.

Simplest example: parity codes.

Many different codes exist: Hamming, cyclic, Reed-Solomon, …

Convolutional codes provide protection for a continuous stream of bits

Coding gain is n/k.

Turbo codes: convolutional code with channel estimation.

Multiple Users Can Share the Spectrum

So Why Don’t we Always Send a High Bandwidth Signal?

Channels have a limit on the type of signals it can carry.

  • Good transmission of signals only in certain frequency range.

  • Signals outside of that range get distorted, e.g. attenuated.

Distortion can make it hard for receiver to extract the information.

  • It is beneficial to match the signal to the channel.

  • Limits the throughput of the channel.

Spread Spectrum

Spread transmission over a wider bandwidth.

  • Don’t put all your eggs in one basket!

Good for military: jamming and interception becomes harder.

Also useful to minimize impact of a “bad” frequency in regular environments.

What can be gained from this apparent waste of spectrum?

  • Immunity from various kinds of noise and multipath distortion.

    • Including jamming.

  • Can be used for hiding/encrypting signals.

    • Only receiver who knows SS code can retrieve signal.

  • Several users can independently share the same higher bandwidth with very little interference (later).

    • Code division multiple access (CDMA).

Concept

Input fed into channel encoder.

  • Produces narrow bandwidth analog signal around central frequency.

Signal modulated using sequence of digits.

  • Spreading code/sequence.

  • Typically generated by pseudonoise/pseudorandom number generator.

    • Not actually random.

    • If algorithm good, results pass reasonable tests of randomness.

    • Need to know algorithm and seed to predict sequence.

Increases bandwidth significantly.

  • Spreads spectrum.

Receiver uses same sequence to demodulate signal.

Demodulated signal fed into channel decoder.