Load Package Multirate

I would like to do a lowpass filter and decimate operation. It seems that the “Multrate” package has an extension to the filter method in “DSP” that would be ideal. When I try to load this package I get the error,

ERROR: The following package names could not be resolved:

  • Multirate (not found in project, manifest or registry)

I tried this on a Windows 10 and a Raspberry PI machine.

Did you add it in the package manager already?

Multirate was last touched about 6 years ago and is not a registered package. You probably want DSP.jl

DSP has a function resample that does exactly this operation.