Borrar filtros
Borrar filtros

applying chaos to a signal using matlab/simulink

9 visualizaciones (últimos 30 días)
Alex
Alex el 22 de Ag. de 2013
Hello, my name is Alex and I just started working on my master's thesis which is basically a transmission system based on chaotic signals. My super insists on making a simulink example of the signal encrypted with chaos and decrypted in the end, drawing every conclusion possible out of this experiment.
I've searched the web high and low and I couldn't find anything useful, so if anyone could point me in the right direction I would very much appreciate it:
1. Where can I find an example of a chaos function in matlab and how can I add it to my signal in simulink.
I hope this question doesn't sound stupid, but at this point i'm getting desperate, thank you for your time ^^ .

Respuestas (1)

Iain
Iain el 22 de Ag. de 2013
A pseudorandom sequence is a chaotic signal.
rand - This gives you a pseudorandom number with a top-hat distribution of values. randn - This gives you a pseudorandom number with a normal distribution.
rand(1000000,1) % This gives you 1 million pseudorandom numbers...

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by