Time Domain conversion of S11-parameter
Mostrar comentarios más antiguos
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!
Respuestas (2)
signal processer
el 27 de Dic. de 2016
1 voto
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 comentario
Shahin Alam
el 20 de Mzo. de 2022
Would any one share the code for conversion of S11 ASCII data into time domain representation?
Subham Ghosh
el 23 de Jul. de 2022
0 votos
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()
Categorías
Más información sobre RF Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!