How to generate a real time signal?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I couldn't able to find any information about it. What I meant is that creates a signal that behaves like it comes from air. So its amplitude always changing.At least time defined for the changing. How to achieve this? Is it possible??
0 Kommentare
Antworten (1)
Sulaymon Eshkabilov
am 5 Jun. 2020
If what you need is a sort of white noise, then you can use random number generators, e.g.:
rand() - uniform distributed,
randn() - normally distributed random numbers, or
randi() - uniform distributed integer numbers.
2 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!