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

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

[Octave-bug-tracker] [bug #45332] Upsample in signal package, not contro


From: anonymous
Subject: [Octave-bug-tracker] [bug #45332] Upsample in signal package, not control
Date: Tue, 16 Jun 2015 12:15:51 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

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

                 Summary: Upsample in signal package, not control
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue Jun 16 12:15:49 2015
                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: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

 >> help upsample
error: help: the 'upsample' function belongs to the control package from
Octave
Forge which you have installed but not loaded. To load the package, run
`pkg load control' from the Octave prompt.

Please read `http://www.octave.org/missing.html' to learn how you can
contribute missing functionality.

>> pkg load control
>> help upsample
error: help: the 'upsample' function belongs to the control package from
Octave
Forge but has not yet been implemented.

Please read `http://www.octave.org/missing.html' to learn how you can
contribute missing functionality.

>> pkg load signal
>> help upsample
'upsample' is a function from the file
C:\Octave\Octave-4.0.0\share\octave\packages\signal-1.3.2\upsample.m

 -- Function File: Y = upsample (X, N)
 -- Function File: Y = upsample (X, N, OFFSET)
     Upsample the signal, inserting N-1 zeros between every element.

     If X is a matrix, upsample every column.

     If OFFSET is specified, control the position of the inserted
     sample in the block of N zeros.

     See also: decimate, downsample, interp, resample, upfirdn.




Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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