Mathcad 15 rejects j:= 0..127 subscript as not being a set of integers
I'm trying to truncate a data sample to an even power of two for input to the FFT.
I define j := 0..128 (using colon and semicolon keyboard strokes)
And verify by printing j = to confirm that the definition is correct.
BUT,
when expressing Xsample [j := X[j, I get the error message that J must be an integer, and the help file response stating that the subscript j "seems to have a fractional part".
In a second attempt to define my subscript by writing out the definition explicitly, I get the same failure.
0
1
2
3
j = .
.
.
127
I''m pretty stuck here and will appreciate help.
Thanks
Bob

