How can I Read and Access the Data of a DL850 FLD File?

The DL850 FLD file extension contains the acquired waveform data in IEEE 32-bit floating point format. You can analyze the floating point format using the low-level file I/O commands in MATLAB. FLD file format contains only the raw measurement values and does not contain any of the header information such as channel count, sample rate, timestamps, date, etc. 
 
The commands to open and read an FLD file in MATLAB is:
  • fileID = fopen('filename');
    include the single quotation marks
  • A = fread( fileID, inf, 'float');

The format and size of the data values in an FLD file is a float precision and 32-bits (8 bytes) respectively. Data values are stored in an M-by-N matrix, where M is the number of acquired data points and N is 1. In the Workspace Window, you can open the matrix A to view all the measurement values. Each data value is stored in a new row in the MxN matrix. If multiple channel or sub-channel waveforms are stored, the waveforms are not stored in a new column, instead it is appended to a new row at the end of the list.

For example, if 1 channel is saved with a record length of 10k then the FLD data will be in a 10010x1 matrix. If 2 channels are recorded with a record length of 10k, the file will be a 20020x1 matrix where the first data point of channel 2 begins at row 10011. 

In addition, the DL850 can save waveform data to a ASCII MATLAB type format. When the Waveform Save -> Data Type is in ASCII, you can select either the csv or MATLAB extension. Please note that the MATLAB extension is simply .TXT, a text file not the MATLAB .M. The only difference between an FLD and MATLAB .TXT file is the file size and header information. FLD file size is significantly smaller than a TXT file, since only the measurement values is saved for FLD files.
The MATLAB TXT file extension can be accessed using typical text file commands such as fileread, csvread, csvwrite, etc.

Related Products & Solutions

Anwendungssoftware für Oszilloskope

Mit der Oszilloskop-Applikationssoftware von Yokogawa können Sie Ihre Daten betrachten, exportieren, analysieren und managen.

Datenerfassungsprodukte

Die Datenerfassungssysteme von Yokogawa bieten Ihnen höchste Flexibilität und Leistungsfähigkeit zur Messung, Anzeige, Speicherung und sogar zur Auslösung unterschiedlichster physikalischer oder elektrischer Phänomene.

Oszilloskope

Erstklassige Digital-Oszilloskope von Yokogawa: Die Digital-Oszilloskope zeichnen sich durch eine hohe Abtastrate und eine große Auswahl von Bandbreiten aus und eignen sich für einen Einsatz im Design und der Entwicklung von elektronischen Bauteilen und Geräten. Die ScopeCorder kombinieren die Vorteile sowohl von einem Digital-Oszilloskop, als auch von einem mehrkanaligen Datenrecorder.

Schnelle Datenerfassungssysteme

Die Hochgeschwindigkeits-Datenerfassungssysteme von Yokogawa bieten eine höchste Isolierung, Auflösung, Abtastrate und Speichertiefe, mit unabhängiger Hardware pro Kanal und einfacher zu verwendender Software.

ScopeCorder & Transienten-Rekorder

Unser Transienten-Rekorder ist eine flexible und leistungsfähige mehrkanalige Test- und Messlösung, welche die Vorteile von einem sehr präzisen Oszilloskop und einem konventionellen Datenrecorder kombiniert. Herausragend ist der modulare Aufbau mit meist galvanisch getrennten Eingangskanälen, die schnelle Abtastrate und hohe Auflösung von 12-, 14- und 16-Bit. Funktionen für einen kombinierten Betrieb von Oszilloskop und Recorder sowie der History-Speicher komplettieren die Vielfalt der Applikationsanwendungen.

Precision Making

Oben