Phase randomization and shuffling
prsim(
modulus,
phases,
noise_mat,
method = c("M1", "M2")[2],
size = 3,
seed = NULL
)
A new complex matrix
Modulus of complex values.
Argument of complex values.
Complex matrix from random time series.
Shuffling method, M1: non-shuffling and M2: shuffling. M2 by default.
Block size.
Seed for shuffling process.