Create FFT (backed by radix-2 algorithm) function in smnp.dsp
This commit is contained in:
@@ -55,6 +55,10 @@ extend list {
|
||||
return output;
|
||||
}
|
||||
|
||||
function sublist(beginIndex: int, endIndex: int) {
|
||||
return this as (item, index) ^ item % index >= beginIndex and index < endIndex;
|
||||
}
|
||||
|
||||
function isEmpty() {
|
||||
return this.size == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user