You are on page 1of 2

Qn 1

We are required to develop the matlab program that will calculate various parameters of the given
transmission line. The following are the steps for this:
(i)
(ii)
(iii)

Display the User options for selecting Transmission line he/she wants to find its
parameters.
Displaying User Input option (1-3) for selecting transmission line
Displaying user option for user to input dimensions of the selected transmission line

CASE 1: If the user select 1 he/she will be prompted with the following:

The above inputs are for the given testing dimensions, the output for various parameters are given
in the snapshot below:

After the user see the output he/she will be prompted if he/she wants to proceed with other
transmission line or to quit the application. If the user enter y he/she will be returned to the home
screen and if he/she enters n he/she will quit the application.
CASE 2: If the user select 2, the user will be required to enter the following dimensions:

The output for various parameters of a parallel plate line are as follows:

CASE 3: If the user select 3, he/she will be prompted with the following to enter the required
dimensions for the two wire transmission line:

And the output will be as follows:

The source codes for the program are given in a file named parameters.m in the same folder.

You might also like