help-octave
[Top][All Lists]
Advanced

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

Re: Compare two .wav files


From: kensmith
Subject: Re: Compare two .wav files
Date: Mon, 31 Mar 2008 19:01:02 -0700
User-agent: KMail/1.9.1

On Monday 31 March 2008 14:25, Leandro Sales wrote:
> Hello,
>
>    I need to plot to very similar .wav files in order to visually
> compare them. One file is the original, the other is the result of
> the original one transmitted through the network. Is this possible
> using octave? I know that there is the wavread function.
>
> Best regards,
> Leandro.

If the network is linear, It sounds like you want to do an FFT of each 
and then divide the output by the input.  It will almost work but you 
need to mask out those frequencies with very little energy in them.


-- 
address@hidden


reply via email to

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