DigitalComm.jl
DigitalComm.jl copied to clipboard
Julia module for digital communication tools.
Hey there, as I've recently switched from MATLAB to Julia, I've discovered this nice package for digital communications simulation. As I've tried to port some code from MATLAB, I've found...
Directly from the discussion in #8 Basic use for the moment, with spreading and multiplexing with OVSF code - [x] Integration in specific CDMA call - [x] Integration in `genSig`...
Hello there, Thanks for your wonderful work. This is not an issue, just a question, Is there SCCDMA functionality with this package ? I did lookup the multi-carrier modulation and...
May be a good idea to keep random number generation predictable and independent. An example: ``` using Random #= Generate a stream of random bits. Provide functions that convert a...