help-octave
[Top][All Lists]
Advanced

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

Signal Package Filter Design


From: Thomas D. Dean
Subject: Signal Package Filter Design
Date: Sun, 3 Sep 2017 03:12:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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?

Tom Dean



reply via email to

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