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 Center および File ExchangeAcoustics, Noise and Vibration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by