How do I specify the frrequency response in the look direction for the object phased.FrostBeamformer ?
1 回表示 (過去 30 日間)
古いコメントを表示
The reference journal paper by Frost ("An Algorithm for Linearly Constrained Adaptive Beamforming", Proc IEEE, August 1972) which is referenced in the Matlab help, defines the constraint in Equation 11b. The FIR for the look direction is defined by the taps in array "F". In the description of phased.FrostBeamformer in Matlab help I do not see an opportunity to specify this filter response.
0 件のコメント
採用された回答
Honglei Chen
2015 年 11 月 23 日
編集済み: Honglei Chen
2015 年 12 月 1 日
In phased.FrostBeamformer, the look direction response is set to 1. If you are interested in tweak the desired responses, you may want to give phased.TimeDelayLCMVBeamformer a try. You can find the reference page at
HTH
3 件のコメント
Honglei Chen
2015 年 12 月 1 日
Hi Roger, maybe I'm not being very clear. If you want to take full advantage of Frost's paper, you should use phased.TimeDelayLCMVBeamformer, where you can define F in the DesiredResponse property. The phased.FrostBeamformer is just a special case of the former.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Array Geometries and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!