I'm searching how Pd does to calculate the value of a table when we use the function sinesum.
for example :
[array1 sinesum 64 1(
will give this number in a table :
- -0.0980171
- 0
- 0.0980171
- 0.19509
- 0.290284
- 0.382683
- 0.471396
- 0.55557
comparing this value to other obtained with a table of 128, and with the function sin^-1, I found the value correspond to this formula :
sin(L / 651.898912 * [n-1] )
where L is the size of the table, and n the index.
can someone explain this number 651.898912 ? or know the exact formula ? and for many sinusoid ?
thanks