How to set noise threshold for spectrum sensing?

조회 수: 3 (최근 30일)
Wajeeha Nasar
Wajeeha Nasar 2016년 10월 24일
Hi, I have been doing my research work on spectrum sensing using matlab but the issue, I'm facing in setting noise threshold is how to set variance for detection. I'm using Gaussian distribution and considering awgn case and for that matter,I'm setting variance power 1. Kindly guide me in this.
% code
function [noise_threshold]=settingnoisethreshold(samples);
var=1; %variance
P_fa=.01; %probability of false alarm
Q=norminv(P_fa);
gemma=var.^2*(Q*sqrt(2*samples)+samples);
noise_threshold=gemma;
*Thanks*
*WN*

답변 (0개)

카테고리

Help CenterFile Exchange에서 Acoustics, Noise and Vibration에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by