prsim | R Documentation |
Phase randomization and shuffling
prsim(
modulus,
phases,
noise_mat,
method = c("M1", "M2")[2],
size = 3,
seed = NULL
)
modulus |
Modulus of complex values. |
phases |
Argument of complex values. |
noise_mat |
Complex matrix from random time series. |
method |
Shuffling method, M1: non-shuffling and M2: shuffling. M2 by default. |
size |
Block size. |
seed |
Seed for shuffling process. |
A new complex matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.