Prev: Adaptive Array Antenna System Using LMS Algorithm...
Next: Classifying Pulses, Sinusoids, and Noise
From: Samuel on 8 Jul 2010 20:13 Hello, Does anyone have any ideas how I will plot time domain sparameters(t_params) from the code below. %Define a matrix of S-parameters s11 = 0.61*exp(j*165/180*pi); s21 = 3.72*exp(j*59/180*pi); s12 = 0.05*exp(j*42/180*pi); s22 = 0.45*exp(j*(-48/180)*pi); s_params = [s11 s12; s21 s22]; %Convert to T-parameters t_params = s2t(s_params) Also, has anyone ever used rftool to transform sparameters into time domain? Thanks, Samuel
|
Pages: 1 Prev: Adaptive Array Antenna System Using LMS Algorithm... Next: Classifying Pulses, Sinusoids, and Noise |