|
 |
"Tor Olav Kristensen" <tor### [at] TOBEREMOVEDgmail com> wrote:
>...
You may also replace this:
#declare Pmax = -999;
#for (i, 0, Samples-1)
- with this:
#declare BinPower[0] = Cabs2(data[0]);
#declare Pmax = BinPower[0];
#for (i, 1, Samples-1)
--
Tor Olav
http://subcube.com
https://github.com/t-o-k
Post a reply to this message
|
 |