From e9c24b4b065c0be35eede17c08abee8a7ac48e65 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 12 Jun 2012 05:09:39 +0000 Subject: [PATCH] rename tget_spec to be in line with function name git-svn-id: https://svn.code.sf.net/p/freetel/code@544 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/{tfft_log.m => tget_spec.m} | 6 +++--- codec2-dev/src/fdmdv.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename codec2-dev/octave/{tfft_log.m => tget_spec.m} (89%) diff --git a/codec2-dev/octave/tfft_log.m b/codec2-dev/octave/tget_spec.m similarity index 89% rename from codec2-dev/octave/tfft_log.m rename to codec2-dev/octave/tget_spec.m index 89364968..e46c1ea0 100644 --- a/codec2-dev/octave/tfft_log.m +++ b/codec2-dev/octave/tget_spec.m @@ -1,10 +1,10 @@ -% tfft_log.m +% tget-spec.m % -% Used in conjunction swith src/fdmdv_demod to test the +% Used in conjunction with src/fdmdv_demod to test the % fdmdv_get_rx_spectrum() function. % % codec2-dev/src$ ./fdmdv_demod fdmdv_mod.raw tmp.c2 dump.txt -% octave:3> tfft_log("../src/dump.txt") +% octave:3> tget_spec("../src/dump.txt") % % Copyright David Rowe 2012 % This program is distributed under the terms of the GNU General Public License diff --git a/codec2-dev/src/fdmdv.c b/codec2-dev/src/fdmdv.c index 2e88d1d4..3526e780 100644 --- a/codec2-dev/src/fdmdv.c +++ b/codec2-dev/src/fdmdv.c @@ -1377,7 +1377,7 @@ void CODEC2_WIN32SUPPORT fdmdv_48_to_8(float out8k[], float in48k[], int n) FDMDV_NSPEC. Note that a 2*FDMDV_NSPEC size FFT is reqd to get FDMDV_NSPEC output points. FDMDV_NSPEC must be a power of 2. - See octave/tfft_log.m for a demo real time spectral display using + See octave/tget_spec.m for a demo real time spectral display using Octave. This demo averages the output over time to get a smoother display: -- 2.25.1