Time Domain conversion of S11-parameter
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
signal processer
am 27 Dez. 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 Kommentar
Shahin Alam
am 20 Mär. 2022
Would any one share the code for conversion of S11 ASCII data into time domain representation?
Subham Ghosh
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Digital and Analog Filters finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!