現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This package includes two separate functions for reading binary files from Tektronix digitizers. The first function, wfmread, reads *.WFM files generated by the TDS digitizer series. The second function, wfbread, reads *.WFB files generated by the DSA digitizers series. Each function returns data from the file in two 1D arrays. Additional information about the file (e.g., sampling rate) can also be displayed.
Example:
[x,y]=wfmread(''channelA.wfm');
引用
Daniel Dolan (2026). Tektronix binary file readers (https://jp.mathworks.com/matlabcentral/fileexchange/5873-tektronix-binary-file-readers), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: wfm2read.m
