I have tried to do this in a variety of ways, but I keep getting the error message parameter number 1 of function cci is invalid.
if i do this, i get a working efs of "HilbertCyclePeriod"-
var Length = null
function main() {
Length = efsExternal("HilbertCyclePeriod.efs")
return Length
}
if i try "return cci(Length, hlc3());" i get the error message listed above.
?
This worked in older versions of esignal, but I don't want to go back.
if i do this, i get a working efs of "HilbertCyclePeriod"-
var Length = null
function main() {
Length = efsExternal("HilbertCyclePeriod.efs")
return Length
}
if i try "return cci(Length, hlc3());" i get the error message listed above.
?
This worked in older versions of esignal, but I don't want to go back.
Comment