help-octave
[Top][All Lists]
Advanced

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

Re: Signal Package Filter Design


From: Mike Miller
Subject: Re: Signal Package Filter Design
Date: Sun, 3 Sep 2017 12:50:38 -0700
User-agent: NeoMutt/20170609 (1.8.3)

On Sun, Sep 03, 2017 at 03:12:42 -0700, Thomas D. Dean wrote:
> I am attempting to duplicate a python application in octave.
> 
> octave:112> pkg list signal
> Package Name  | Version | Installation directory
> --------------+---------+-----------------------
>       signal *|   1.3.2 | /home/tomdean/octave/signal-1.3.2
> 
> 
> remez(n_taps, [0, f_bw, f_bw+(Fs/2-f_bw)/4,Fs/2],[1,0],Hz=Fs)
> 
> > pwd
> /home/tomdean/octave/signal-1.3.2
> > ls x86_64-pc-linux-gnu-api-v51/
> __fwht__.oct     cl2bp.oct  medfilt1.oct  sosfilt.oct
> __ultrwin__.oct  doc-cache  remez.oct     upfirdn.oct
> 
> Note, no PKG_ADD file
> 
> The remez.oct file is there, but, there does not seem to be any way to call
> it.
> 
> How do I do this?

Calling remez works for me.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

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