Forum: PC Hard- und Software bin Dateien öffnen


von Owen S. (senmeis)


Lesenswert?

Hi,

mit dem Simulator SystemVue von Keysight können bin-Dateien generiert 
werden, um weitere Analysen zu ermöglichen.

Die Beschreibung lautet: In this format, every sample of the input 
signal is written to the file using 8 bytes "double" format. If the 
input signal is complex, the real and imaginary parts are written in the 
order of: #1 Real, #1 Imaginary, #2 Real, #2 Imaginary, #3 Real, #3 
Imaginary, ...

Frage: Wie werden solche Dateien geöffnet?

Senmeis

von c-hater (Gast)


Lesenswert?

Owen S. schrieb:

> Die Beschreibung lautet: In this format, every sample of the input
> signal is written to the file using 8 bytes "double" format. If the
> input signal is complex, the real and imaginary parts are written in the
> order of: #1 Real, #1 Imaginary, #2 Real, #2 Imaginary, #3 Real, #3
> Imaginary, ...
>
> Frage: Wie werden solche Dateien geöffnet?

Das kommt darauf an, was man damit anfangen will. Will man bloß mal 
reinschauen, wird's wohl ein Hex-Editor tun.

Will man allerdings irgendwas wirklich sinnvolles damit tun, braucht man 
entweder ein Programm, was mit solchen RAW-Daten umgehen kann oder man 
muss halt selber eins schreiben.

von Andreas S. (Firma: Schweigstill IT) (schweigstill) Benutzerseite


Lesenswert?


von Owen S. (senmeis)


Lesenswert?

D.h., nur mit richtiger Software können sinnvolle Informationen 
ausgelesen bzw. verarbeitet werden. Ich werde mal schauen ob SystemVue 
solche Files wieder einliesst.

Senmeis

von CBE (Gast)


Lesenswert?

keysightBin: A binary oscilloscope file reader
A python script to read keysight binary oscilloscope file to numpy array


https://github.com/yodalee/keysightBin

---
keysight->matlab
https://www.keysight.com/main/editorial.jspx?cc=NL&lc=dut&ckey=1185953&nid=-11143.0.00&id=1185953

von Daniel -. (root)


Lesenswert?

Mit Python struct modul zum Beispiel. Was möchtest du mit den Werten 
machen?

Beitrag #5879838 wurde von einem Moderator gelöscht.
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.