Time Domain conversion of S11-parameter
이전 댓글 표시
Hello guys, I am using a Vector Network Analyzer without the Time Domain feature. Otherwise, I am interesting in estimate the impulse time response of my antenna and so I need to implement a Matlab script to elaborate the S parameters. Do you have any suggetions? Or any hits to use ifft?
Thank you all!
답변 (2개)
signal processer
2016년 12월 27일
1 개 추천
i think you can use zero-padding and put the negative frequency data behind the positive frequency data.then use plot(abs(ifft(data))).
댓글 수: 1
Shahin Alam
2022년 3월 20일
Would any one share the code for conversion of S11 ASCII data into time domain representation?
Subham Ghosh
2022년 7월 23일
0 개 추천
use the timeresp() function in RF toolbox.. But before that take a studyabout why it's used in that way and why there is an extrnal signal given as an argument of timeresp()
카테고리
도움말 센터 및 File Exchange에서 RF Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!