[orx-fft] Remove redundant .take from DemoFFTShape01.kt
This commit is contained in:
@@ -62,7 +62,7 @@ fun main() {
|
|||||||
val yFiltered = FloatArray(fftSize)
|
val yFiltered = FloatArray(fftSize)
|
||||||
|
|
||||||
extend {
|
extend {
|
||||||
c.equidistantPositions(fftSize).take(fftSize).toFloatArrays(x, y)
|
c.equidistantPositions(fftSize).toFloatArrays(x, y)
|
||||||
|
|
||||||
// process x-component
|
// process x-component
|
||||||
fft.forward(x)
|
fft.forward(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user