Skip to content

A MATLAB script for analyzing a microwave amplifier based on S-parameters of the AT-41411 transistor. It calculates Delta, Maximum Transducer Gain, Stability Factor (K), and more. Made to be modulable and reusable.

License

Notifications You must be signed in to change notification settings

nmb735/microwave-amplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ Microwave Amplifier

Welcome to Microwave Amplifier β€” a MATLAB project that helps you compute important metrics for RF transistor amplifiers like Delta, Stability Factor (K), and Maximum Transducer Gain (Gt) using S-parameters.

All the heavy lifting is wrapped in clean, modular helper functions for clarity and reusability. Designed for RF enthusiasts, students, and engineers working in the microwave domain!


πŸš€ Features

  • πŸ“ Converts polar to cartesian S-parameters
  • πŸ” Calculates Delta (Ξ”) and Stability Factor (K)
  • 🎯 Determines optimal source/load reflection coefficients (ρₛ and ρₗ)
  • πŸ“ˆ Computes maximum gain: Gs, Gl, Go, and Gt
  • πŸ’‘ Modular function-based structure for clarity

πŸ§ͺ Example Setup

% Transistor AT-41411 @ 3GHz
S11_mag = 0.529;
S11_phase = 139.153; 
S21_mag = 2.896;
S21_phase = 55.280;
S12_mag = 0.098;
S12_phase = 60.012;
S22_mag = 0.335;
S22_phase = -27.192;

% Run the script and watch the magic happen!

About

A MATLAB script for analyzing a microwave amplifier based on S-parameters of the AT-41411 transistor. It calculates Delta, Maximum Transducer Gain, Stability Factor (K), and more. Made to be modulable and reusable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages