Skip to content

A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.

Notifications You must be signed in to change notification settings

ariannagavioli/PNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo-Random Noise Generator

The aim of this project is to implement a PseudoNoise Generator for CDMA transmissions using the VHDL language and synthesize it on the Zync FPGA. The generator must comply with the following specifications:

  1. the generator must be a 15-stage PN generator;
  2. the generator must follow the characteristic polynomial x^15 + x^13 + x^9 + x^8 + x^7 + x^5 + 1

VHDL implementation

The VHDL implementation is available in the hdl folder.

Tests

After a ModelSim simulation, some tests have been executed on the output of the generator. The test code is available in the Test Material folder.

Documentation

For a better understanding of the project, here's its report.

About

A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published