Time Domain conversion of S11-parameter
9 views (last 30 days)
Show older comments
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!
0 Comments
Answers (2)
signal processer
on 27 Dec 2016
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 Comment
Shahin Alam
on 20 Mar 2022
Would any one share the code for conversion of S11 ASCII data into time domain representation?
Subham Ghosh
on 23 Jul 2022
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()
0 Comments
See Also
Categories
Find more on Digital and Analog Filters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!