How to remove AWGN noise from Electric Field Signals

조회 수: 2 (최근 30일)
awais munawar
awais munawar 2018년 1월 21일
댓글: awais munawar 2018년 2월 2일
Hi All, Can any one guide me which filter/ Matlab command is to apply to remove AWGN noise from the Electric Field signals generated through simulation? In fact, i am artificially adding AWGN noise to achieve 20dB SNR to Antenna Array received noiseless signals (Electric Field) to simulate Real-life scenario. But i am unable to find a way or filter to remove this Gaussian noise using some filter scheme. I do not know it will require digital or analogue filter design or what. If some one may send the MatLab code snapshot then it would more handy for me. Thanks

답변 (1개)

Image Analyst
Image Analyst 2018년 1월 21일
How about smoothing it with medfilt1(), conv(), or sgolayfilt()?
  댓글 수: 2
awais munawar
awais munawar 2018년 1월 22일
Hi Dear, I browsed the MatLab platform and you seem to be much experienced in noise filter design. In fact, i am not working on Images noise removal. My problem is concerned with Electric Fields (Communication Signals) AWGN noise removal. e.g I have an 08 antenna elements and once one is transmitting the rest 07 are receiving the signal. The received E-Field are complex values stored in matrix each column corresponds to One Transmitter location and rows the Receiver antennas. I added AWGN into received signals and now want to filter this added noise to retrieve back the approximately original signal. I hope i made my problem much more clear now. I tried medfilt1 but not getting good results. Also i tried gaussfir but confused with its input parameters as my signal is frequency domain discrete points data. Kindly suggest me the solution. Thanks
awais munawar
awais munawar 2018년 2월 2일
Image Analyst any help on it? Awaited response...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by