Research Article

Application of a Channel Estimation Algorithm to Spectrum Sensing in a Cognitive Radio Context

Algorithm 1

Application of the MMSE-based algorithm to free band detection.
begin
  Initialization: , , and ;
;
while do
  if then
   Perform LMMSE channel estimation;
   Perform the noise variance estimation;
   Calculate the matrix ;
  else
   Perform an LMMSE channel estimation with ;
   Perform the noise variance estimation;
  end
   ;
end
 Calculate the metric ;
if then
  return   ;
else
  return   ;
end
end