Why do I get the error 'Too many input arguments', when executing 'tx(data,fc)'?
Show older comments
I set up my SDR transmitter device as follows:
tx = comm.SDRuTransmitter('Platform', 'fooPlatform', ...
'SerialNum','fooSerialNumber', ...
'CenterFrequency',fc, ...
'InterpolationFactor',fooFactor, ...
'MasterClockRate', fooRate,...
'Gain',fooGain);
If 'data' is a sine wave signal, when I use
tx(data, fc)
to transmit the signal, I get the following error:
Too many input arguments. Expected 1 (in addition to System object), got 2.
Accepted Answer
More Answers (0)
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!