| Algorithm 1 Binary searching algorithm to find |
|
Intput: Parameters of detector at SU-Tx: , , N; Parameters of detector at SU-Rx: , N, , ; The upper bound on the missed detection rate: . Output: The optimal exponent assigned to the SU-Tx for sensitivity relaxation: . 1: if = then 2: = 0.5 3: else if < then 4: = 0.5, = 1 5: else 6: = 0, = 0.5 7: end if 8: while do 9: 10: if has the same sign with then 11: 12: else 13: 14: end if 15: end while 16: |