我是靠谱客的博主 感动蓝天,这篇文章主要介绍匹配滤波matlab,Matched Filtering,现在分享给大家,希望可以做个参考。

Matched Filtering to Improve SNR for Target Detection

This example shows how to improve the SNR by performing matched filtering.

Place an isotropic antenna element at the global origin (0;0;0). Then, place a target with a nonfluctuating RCS of 1 square meter approximately 7 km from the transmitter at (5000;5000;10). Set the operating (carrier) frequency to 10 GHz. To simulate a monostatic radar, set the InUseOutputPort property on the transmitter to true. Calculate the range and angle from the transmitter to the target.

antenna = phased.IsotropicAntennaElement('FrequencyRange',[5e9 15e9]);

transmitter = phased.Transmitter('Gain',20,'InUseOutputPort',true);

fc = 10e9;

target = phased.RadarTarget('Model','Nonfluctuating',...

'MeanRCS',1,'OperatingFrequency',fc);

txloc = [0;0;0];

tgtloc = [5000;5

最后

以上就是感动蓝天最近收集整理的关于匹配滤波matlab,Matched Filtering的全部内容,更多相关匹配滤波matlab,Matched内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(67)

评论列表共有 0 条评论

立即
投稿
返回
顶部