|
Algorithm 3: Signal detection using dynamic programming with an unknown number of signal occurrences. |
-
Input:
, ,
-
1:
for to do
-
2:
Compute with respect to y using Algorithm 1
-
3:
for to P do
-
4:
Compute with respect to (a permutation of y) using Algorithm 1
-
5:
end for
-
6:
Compute
-
7:
end for
-
8:
Compute
-
9:
return (an estimate of the number of signal occurrence in the measurement), , and estimates of the locations of the signal occurrences
|