help-octave
[Top][All Lists]
Advanced

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

Re: I have modified firls.m to include all types of FIRs plus HT and dif


From: Nicholas Jankowski
Subject: Re: I have modified firls.m to include all types of FIRs plus HT and diff
Date: Thu, 1 Jun 2017 15:55:12 -0400

On Thu, Jun 1, 2017 at 9:16 AM, je suis <address@hidden> wrote:
> Apologies, realize I've been delinquent in providing feedback regarding
> matlab compatibility on a few of your earlier inquiries.


From Matlab 2017a:

>> h = firls(11, [0 200 300 512]/512, [0 1 0 0], 'd');h'
ans =
   0.025308869942737
  -0.018174108886369
  -0.083194157264830
   0.063294222003005
   0.270747839846565
   0.167064335397056
  -0.167064335397056
  -0.270747839846565
  -0.063294222003005
   0.083194157264830
   0.018174108886369
  -0.025308869942737
>> h = firls(10, [0 200 300 512]/512, [0 1 0 0], 'd');h'
ans =
   0.035928864351330
  -0.067308010314644
  -0.050456898575185
   0.185894253348846
   0.280660645384262
                   0
  -0.280660645384262
  -0.185894253348846
   0.050456898575185
   0.067308010314644
  -0.035928864351330

looking back through emails I don't see any others you requested. Let me know if any other input variations might be helpful.

reply via email to

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