Metadata-Version: 1.0
Name: matching_network
Version: 0.0.2
Summary: Design matching network (L-sections)
Home-page: https://github.com/urbanij/matching-network
Author: Francesco Urbani
Author-email: francescourbanidue@gmail.com
License: LICENSE.txt
Description: 
        [![Downloads](https://pepy.tech/badge/matching-network)](https://pepy.tech/project/matching-network)
        
        
        Installation
        ============
        
        
        ::
            pip install matching-network
        
        
        
        Documentation
        =============
        
        
        ::
            import matching_network.L_section as mn
        
        
            impedance_you_have         = 90+32j  # Ω 
            impedance_you_want_to_have = 175     # Ω
        
            frequency                  = 900e6   # Hz
        
            mn.L_section_matching(impedance_you_have, impedance_you_want_to_have, frequency).match()
        
Platform: UNKNOWN
