20
•
Programming Examples
User Manual W51PC DCOM Interface V1.1
MATLAB
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');
Microsoft C
See the example on your CD-ROM.
Содержание W51PC
Страница 1: ...User Manual W51PC DCOM Interface V1 1 By WAVECOM ELEKTRONIK AG...
Страница 4: ......
Страница 28: ......