octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45650] [communications] 'fmmod.m' help does n


From: Francisco Albani
Subject: [Octave-bug-tracker] [bug #45650] [communications] 'fmmod.m' help does not mention its last parameter (freqdev)
Date: Wed, 29 Jul 2015 16:16:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

URL:
  <http://savannah.gnu.org/bugs/?45650>

                 Summary: [communications] 'fmmod.m' help does not mention its
last parameter (freqdev)
                 Project: GNU Octave
            Submitted by: falbani
            Submitted on: mié 29 jul 2015 16:16:33 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Calling 'fmmod' without its last parameter results in error.

Original:


## -*- texinfo -*-
## @deftypefn {Function File} {} fmmod (@var{x}, @var{fc}, @var{fs})
## Create the FM modulation of the signal x with carrier frequency fs. Where
## x is sample at frequency fs.
## @seealso{ammod, fmdemod, amdemod}
## @end deftypefn


Suggested modification:


## -*- texinfo -*-
## @deftypefn {Function File} {} fmmod (@var{x}, @var{fc}, @var{fs},
@var{freqdev})
## Create the FM modulation of the signal x with carrier frequency fs. Where
## x is sample at frequency fs. freqdev is the maximum absolute frequency
deviation, assuming x is in [-1:1].
## @seealso{ammod, fmdemod, amdemod}
## @end deftypefn





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45650>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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