https://github.com/terrabits/pae
Application for measuring power added efficiency of power amplifiers
https://github.com/terrabits/pae
Last synced: about 1 month ago
JSON representation
Application for measuring power added efficiency of power amplifiers
- Host: GitHub
- URL: https://github.com/terrabits/pae
- Owner: Terrabits
- Created: 2016-11-16T02:56:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T20:45:40.000Z (about 8 years ago)
- Last Synced: 2025-03-23T03:28:48.215Z (about 1 year ago)
- Language: C++
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
R&S PAE
=======
R&S PAE coordinates a measurement on a R&S Vector Network Analyzer with one or more external Digital Multimeters to calculate Power Added Efficiency or Drain Efficiency.
Requirements
------------
The application requires the following to build:
- Qt 5.2.1 msvc2010
- Microsoft Visual C++ 2010
- Windows Installer XML 3.10
- Compiled version of RsaToolbox (commit `6a6b21c77a7177af14d8b75f5e7d1d9261e6dfd8` from master)
This RsaToolbox commit can be found on GitHub:
[RsaToolbox commit 6a6b21c77a7177af14d8b75f5e7d1d9261e6dfd8](https://github.com/Terrabits/RsaToolbox/tree/6a6b21c77a7177af14d8b75f5e7d1d9261e6dfd8)
Instructions for compiling and using RsaToolbox are included in the readme.
Build
-----
To build the application, a compiled "install" version of RsaToolbox must be located at `./rsatoolbox`
Open the application in Qt Creator and build for release.
Create Installer
----------------
Creating the installer (`installer/R&S PAE X.Y.Z.msi`) requires the Windows Installer XML binaries to be in your path. Specifically, `candle.exe` and `light.exe` must be in the path.
The WiX installer script (`installer/Product.wxs`) also assumes that the build directory is located at `./build`
To create the installer, run the `installer/make.bat` file, with `installer/` as your working directory. The result should be an `.msi` file in the same directory.