help-octave
[Top][All Lists]
Advanced

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

Re: remez function (MacOSX)


From: Marc Normandin
Subject: Re: remez function (MacOSX)
Date: Fri, 03 Oct 2008 08:11:09 -0400
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Harbinson, Jeremy wrote:
> Hi,
> Looking over the Signal package
> (_http://octave.sourceforge.net/doc/funref_signal.html_), the remez
> function is a 'cc' file rather than an 'm' file. I guess that 'cc' files
> are c files, so I will need to compile it in some way, but I haven't a
> clue how.
> 
> Perhaps if I need to ask these questions I should not be thinking of
> trying to compile anything, but which compiler do I need and will it be
> invoked automatically by the package installer, or is it (much) more
> difficult than this?
> 
> Thanks for any advice,
> all the best,
> Jeremy Harbinson
> 

The cc files contain C++ source.  If you install the package, Octave
will handle the compiling for you.  Installation should be as easy as

  pkg install signal-1.0.8.tar.gz

at the Octave prompt (assuming you've downloaded the package and your
working directory is the place where the package file resides).

Regards,
Marc

-- 
------------------------------------------------------------------
Marc D. Normandin              http://web.ics.purdue.edu/~mdnorman
Graduate Research Assistant                     address@hidden
Indiana University School of Medicine           317-278-9841 (tel)
Department of Radiology, Division of Research   317-274-1067 (fax)
------------------------------------------------------------------


reply via email to

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