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!

Réponses (2)

signal processer
signal processer le 27 Déc 2016

1 vote

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 commentaire

Shahin Alam
Shahin Alam le 20 Mar 2022
Would any one share the code for conversion of S11 ASCII data into time domain representation?

Connectez-vous pour commenter.

Subham Ghosh
Subham Ghosh le 23 Juil 2022

0 votes

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()

Catégories

En savoir plus sur RF Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by