Results 7 comments of Samuele Carcagno

good, the least-squares implementation looks nice and it solves the issue of having a FIR filter with an arbitrary frequency response. However, it would be nice to have also the...

Thanks. I'm no expert in DSP but I've also been looking at the scipy and octave implementations, and they seem to be simple enough that I should be able to...

I've done a first draft of the port https://gist.github.com/sam81/822a5142713f38a4d048#file-fir2_filter-jl it's about 10 times slower than the `scipy` function, the bottleneck is the interpolation function, unfortunately I couldn't find a suitable...

I know this is quite old, but I just bumped into the same issue. The issue seems to have been solved in my case after I installed the [`extrafontdb`](https://cran.r-project.org/web/packages/extrafontdb/index.html) library.

looks like I spoke too early, `extrafontdb` was already installed, the fact that it worked after I re-installed it was probably just a coincidence. Now the issue is occurring when...

additionally, it would be nice if 1) there was an option for the inner panels to have axes but only with ticks, without tick labels 2) all this functionality was...

Thanks, I can confirm that the fix pushed on the master branch works.