Tue 16 Jun 2015 12:15:49 PM UTC, original submission:
>> 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 -unavailable-
mailing list.
|