RF Toolbox AMP file
Ältere Kommentare anzeigen
I came across this documentation page:
But there is no further documentation on what toolbox objects support this file format. I tried to use it with an amplifier object since that seemed logical, but get an unsupported error. Can you clarify if there is any support for this AMP file format, or if there will be in the future?
>> amp=amplifier(FileName='default.amp');
Error using amplifier/set.FileName (line 182)
Unable to open file default.amp.
Error in amplifier/setParsedOptions (line 109)
obj.FileName = options.FileName;
^^^^^^^^^^^^
Error in amplifier (line 156)
setParsedOptions(obj,options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Caused by:
Error using rf.internal.netparams.AllParameters/readRFFile
File type .amp is currently not supported by the sparameters object.
Antworten (0)
Kategorien
Mehr zu Data Import and Network Parameters finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!