RigExpert Driver V2.4 for MATLAB

With this driver,one can make measurements, generate signals or get some screenshots from the device
503 Downloads
Aktualisiert 26. Feb 2013

Lizenz anzeigen

This module controls the rig expert complex impedance meter. As always, one have to instantiate the object first, then open the port and make some measurements or generate signals etc. After you are done, close the communication channel and finally delete the object. You can make measurements, generate signals or get some screenshots from the device. The driver is self-contained, just type help RigExpert at the MATLAB command prompt and you will get all the examples you need. For instance, the following example measures the complex impedance from 200KHz to 200MHz by 1000 points and plots the result.

AA=RigExpert('COM13');
serOpen(AA);
Measure(AA,300E3,200E6,1000,’plot’);
serClose(AA);

If you have any questions or suggestions, you can reach me on gergely.ollos@gmail.com. Have a nice day!

Zitieren als

Gergely Öllös (2024). RigExpert Driver V2.4 for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/40519-rigexpert-driver-v2-4-for-matlab), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Analog Input and Output finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.4.0.0

Only description update

1.3.0.0

formatting problems has been resolved

1.2.0.0

minor bugs and format update

1.0.0.0