Skip to content

Commit

Permalink
matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaaks committed Feb 13, 2020
1 parent 8b45ff0 commit 92f1802
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions matlabclient/noiseswitch.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
%ZMQ client for sampledata, a matlab system object:
sdr = CZMQSDR('IPAddress','127.0.0.1');

% receive one frame and throw it away. This is necessary,
% otherwise the system object does not initialize properly
% and will result in crash
% receive one frame and throw it away. This is currently
% necessary, otherwise the system object does not initialize
% properly and will result in crash, when enablerefnoise is called
% before receiving.
sdr();

%disable reference noise
Expand Down

0 comments on commit 92f1802

Please sign in to comment.