lutNCO

  1. template lutNCO(alias func, size_t divN)
  2. auto lutNCO(R range, real freq, real deltaT, real theta = 0)
    lutNCO
    pure nothrow @safe @nogc
    (
    R
    )
    (
    ,
    real freq
    ,
    real deltaT
    ,
    real theta = 0
    )
    if (
    isRandomAccessRange!R &&
    hasLength!R
    )

Meta