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