Skip to content

ABDELHAMED2017/OFDM-SIMULATION

Repository files navigation

FILES

  • OFDM_SIM.m -- The main function.
  • ofdm_parameters.m -- Configure some simulation parameters which includes some key ones as below
    • ifft_size, IFFT/FFT size

    • carrier_count, sub carrier numbers

    • symb_size, modulation constellation mapping bit size, it relats to modulation scheme such as BPSK, QPSK, 16QPSK and 256PSK

    • clipping, OFDM amplitude clipping factor

    • SNR_dB, SNR with dB as unit

    • guard_time, guard time for between symbols

    • spacing, data subcarrier spacing

SIMULATION RESULT

The image transmission quality is highly related to clipping/SNR/modulation scheme, so I simulate the system with different values of the above parameters. Here is some part of simulation result. 15dB

ABOUT

The project is created for OFDM simulation.

We transfer an image via the wireless system and test the performance of image transportation quality with different parameters. Furthur to explore the project.

HISTORY

DATE MODIFICATION
Dec 25, 2016 Creat the project
Dec 27, 2016 described every single function
Feb 08, 2017 modify some warnings
Feb 18, 2017 debug the code to display the image rightly

About

OFDM wireless system simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages