ContentsIndexReferenceHome
PreviousUpNext
PSDGenRandom
MATLAB
[Xre, Xim] = PSDGenRandom(t,tc,SigSTD)
Description

Generate temporally correlated random signal from a PSD.

Parameters
Parameters 
Description 
t [vector] 
Time (s) 
tc [scalar] 
Temporal correlation length (s) 
SigSTD [scalar] 
Standard deviation of the signal 
Return Values
Return Values 
Description 
Xre [vector] 
Real part of the random signal. Xre and Xim will have the same length as t with same units as SigSTD 
Xim [vector] 
Imaginary part of the random signal 
Examples

>> Xre = PSDGenRandom(0:10,1,1e-6) 

  • Generate a single variable random signal
>> [x,y] = PSDGenRandom(0:100,5,1e-6) 

  • Generate a dual variable random signal, such as a jitter
 

Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!