From 7152e8791b8d5c9a0bdf9d5711969169916b85c1 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 12 Mar 2016 03:51:15 +0000 Subject: [PATCH] fixed comment syntax error git-svn-id: https://svn.code.sf.net/p/freetel/code@2728 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/nf_from_gr.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codec2-dev/octave/nf_from_gr.m b/codec2-dev/octave/nf_from_gr.m index c8ff49e3..b3a88173 100644 --- a/codec2-dev/octave/nf_from_gr.m +++ b/codec2-dev/octave/nf_from_gr.m @@ -31,7 +31,8 @@ function det_nf(p_filename, n_filename, title, Fs, st, en, Pin_dB) subplot(212) plot(st:en, NdB(st:en)); - #{------------------------------------------------------------------------ + #{ + ------------------------------------------------------------------------ From Wikipedia: The Noise Figure is the difference in decibels (dB) between the noise output of the actual receiver to the noise @@ -60,7 +61,8 @@ function det_nf(p_filename, n_filename, title, Fs, st, en, Pin_dB) 4) Normalise the noise input power to 1Hz noise bandwidth and compare to the thermal noise floor. - ----------------------------------------------------------------------------#} + ---------------------------------------------------------------------------- + #} % variance is the power of a sampled signal -- 2.25.1