lutNCO.lutNCO

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto lutNCO(real freq, real deltaT, real theta)
    template lutNCO(alias func, size_t divN)
    pure nothrow @safe @nogc
    lutNCO
    (
    real freq
    ,
    real deltaT
    ,
    real theta = 0
    )
    if (
    isPowOf2(divN)
    )
  2. auto lutNCO(R range, real freq, real deltaT, real theta)

Meta