liquid-dsp is an open-source signal processing library for software-defined radios written in C.
liquid-dsp is an open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that do no rely on external dependencies or cumbersome frameworks.
liquid-dsp is an open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that do no rely on external dependencies or cumbersome frameworks.
To install liquid-dsp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liquid-dsp
To see what files were installed by liquid-dsp, run:
port contents liquid-dsp
To later upgrade liquid-dsp, run:
sudo port selfupdate && sudo port upgrade liquid-dsp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.