Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkelleyrtp/ofdm-simulation
https://github.com/jkelleyrtp/ofdm-simulation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkelleyrtp/ofdm-simulation
- Owner: jkelleyrtp
- Created: 2021-04-06T04:37:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T07:30:29.000Z (3 months ago)
- Last Synced: 2024-08-18T08:35:42.704Z (3 months ago)
- Language: MATLAB
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 tonesChannel
- new(snr_db)Receiver
- new(block_count, block_size, prefix_length)