Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkelleyrtp/ofdm-simulation


https://github.com/jkelleyrtp/ofdm-simulation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# OFDM simulation in Matlab

This repository holds the code

DataLayer
- create data (single stream of characters)

Transmitter
- new(block_count, block_size, prefix_length)
- break data into blocks
- cyclic prefix the blocks
- dynamically create a number of time samples
- prepare a training signal
- prepare a preamble
- prepare pilot tones

Channel
- new(snr_db)

Receiver
- new(block_count, block_size, prefix_length)