help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: calculate SNR and watch a binary file


From: Markus Feldmann
Subject: Re: calculate SNR and watch a binary file
Date: Wed, 25 Mar 2009 19:41:45 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Markus Feldmann schrieb:
Hi All,

i try to analyse an sin signal with an
digital spectrum analyser.
The Result looks like,
http://img257.imageshack.us/img257/8017/nochstrender.jpg

I can save the spectrum as a binary file.
The file includes several 16 bit complex information.

How to watch this with octave and calculate
the SNR ?

Regards Markus
Hi Francesco,

thakns for your Answer.

i wrote a small script:
filename = "spectrum.m";
fid = fopen (filename, "r");
[val, count] = fread (fid, 100, "uchar", "native")
fclose(fid);

But i want to watch the original komplex values instead of int values.
How to ?
As i know my Spectrum Analyser produces I/Q Signals, so there should be
2*16 bit values. Each 16 bit value is complex.

Regards Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]