Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Microwave Toolbox details
Login with GitLab

Microwave Toolbox

RF and Microwave Tools for Data Analysis
(2092 downloads for this version - 10667 downloads for all versions)
Details
Version
0.41
A more recent valid version with binaries for Scilab 5.2 exists: 13.6
Author
Tibault Reveyrand
Owner Organization
www.microwave.fr
Maintainer
tibault reveyrand
License
Creation Date
August 29, 2011
Source created on
Scilab 5.2.x
Binaries available on
Scilab 5.2.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("microwave")
Description
            This toolbox enable efficient data anlysis for RF and microwave data, such as
S2P file read/write and display, stability circles, de-embedding...            
Files (2)
[298.99 kB]
Source code archive

[242.49 kB]
OS-independent binary for Scilab 5.2.x
Binary version
Automatically generated by the ATOMS compilation chain

News (0)
Comments (2)     Leave a comment 
Comment from tibault reveyrand -- October 7, 2011, 10:51:14 AM    
If you read S2P file with magnitude in dB, you need to add this function before your script

:

function output=uW_dB2lin(x)
	output=10.^(x./20);
endfunction

Comment from Sufiyan Siddique -- January 14, 2014, 11:51:02 AM    
Is there is any documentation of this toolbox, which shows the procedure to  plot
impedance, 
VSWR, etc on smith chart ?
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.