Summary
First structured, portfolio-ready release of Rayleigh DBPSK OFDM Simulation.
This release refactors the academic project Communications for Hostile Channels into a professional MATLAB repository with proper structure and documentation.
Included
- Standard folder layout (
src,test,docs/assets,docs/specs,tools,build). - MATLAB sources for hostile channel simulation (
src/canal.m,src/dbpsk.m,src/ofdm.m,src/genPNSequence.m,src/mostrarCanal.m,src/Practica_Hostils.m). - Context brief in
docs/specs/hostile-channels-brief.pdf. - Detailed README with badges, usage, features, and roadmap.
.gitignoretailored for MATLAB projects.- MIT License.
Excluded
- Large datasets or raw simulation logs.
- Pre-generated plots and figures (generated at runtime into
/build).
Notes
- Tested with MATLAB R2023a and Communications System Toolbox.
- Scripts produce BER vs. SNR/bitrate plots and channel visualizations.
- Roadmap includes automated smoke tests, OFDM extensions, and comparison with alternative modulation schemes.