MATLAB
Microsoft C
20 • Programming Examples
You can import your data to other software packages for further, auto-
matic analysis in MATLAB. Tested with Matlab 6.5, Release 13.
% Instantiate w51PC
w51=actxserver('W51System.W51System.1')
w51.ConnectByNumber(0)
blob=invoke(w51, 'GetParam')
text=invoke(w51, 'GetTextData')
% change decoder output manually to "BITSTREAM" and get the data:
w51.RawDataAsText(1)
bitstream=invoke(w51, 'GetTextData');
See the example on your CD-ROM.
User Manual W51PC DCOM Interface V1.1
Need help?
Do you have a question about the W51PC and is the answer not in the manual?
Questions and answers