radar signal detection in matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am doing my master thesis in radar signal detection based on multiple hypothesis testing problem on the complex measured vector recorded by the radar during the ToT(time on target) , It is made up by a whitening-matched filter (matched to p ,where p is target steering vector of the form p(n)=exp(j2*pi*f*n)).I have a complex Gaussian noise signal with length (5000*1) ,to find covariance matrix from it.also I have radar_received signal with length (5000*1).But I don't know how to implement this matlab, and how to deal with these signals in matlab.
Thanks
3 件のコメント
Walter Roberson
2011 年 12 月 20 日
It isn't difficult to deal with a 5000*5000 matrix, just a bit slow.
採用された回答
Walter Roberson
2011 年 12 月 20 日
You need a higher dimensional matrix in order to calculate covariance. Covariance is the generalization of variance to higher dimensions, so if you only have a vector all you can get out is a single scalar, the variance.
Are you sure you want to take a covariance of the vector, rather than some kind of autocorrelation? If you are looking for patterns in the noise, then I don't think covariance is the right tool.
4 件のコメント
Walter Roberson
2011 年 12 月 21 日
I did not happen to encounter that paper. Unfortunately that paper is too complex for me to understand at the moment. I am not sure whether I will be able to understand it later.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!