help-octave
[Top][All Lists]
Advanced

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

Re: source code for freqz?


From: John W. Eaton
Subject: Re: source code for freqz?
Date: Mon, 27 Jun 2011 15:08:26 -0400

On 27-Jun-2011, Jordi GutiƩrrez Hermoso wrote:

| On 27 June 2011 12:54, bcbob <address@hidden> wrote:
| > Where can I find the source code for freqz?
| >
| > I downloaded the signal-1.0.11 package and it is not there.
| >
| 
| It's in core Octave:
| 
|      http://hg.savannah.gnu.org/hgweb/octave/file/tip/scripts/signal/freqz.m

Also, for any function in Octave, you can use the "type" function:

  type freqz

If the given function is a .m file, you'll see the code.  If not, it
will tell you whether it is dynamically linked .oct file or a built-in
function.  If either of those, you'll have to look in the source code
for the definition.

jwe


reply via email to

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