This is an exercise for my Cryptography course in university. We were asked to use LFSR to generate a pseudorandom binary sequence and check if it satisfies Golomb's postulates for randomness. I used ...
In this repo we implement (in C++ and Python) an algorithmic frawework designed to compute an autocorrelation matrix estimate for the coarray which satisfies structure-properties of the true ...
Abstract: Simulation of stationary random processes (time series) is an essential engineering tool for system prototyping, design, and optimization. To create a simulation, a randomly generated time ...