R/DFTMatrix0.R

Defines functions DFTMatrix0

Documented in DFTMatrix0

DFTMatrix0 <- function(N) {
  # Part of R1Magic by mehmet.suzen@physics.org
  return( (1/sqrt(N)) * DFTMatrixPlain(N) )
}

Try the R1magic package in your browser

Any scripts or data that you put into this service are public.

R1magic documentation built on Aug. 27, 2023, 5:07 p.m.