SkillAgentSearch skills...

SignalResampler

Signal Resampler for C++

Install / Use

/learn @terrygta/SignalResampler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Signal Resampler for C++

A C++ version of Matlab's resample function (y = resample(x, p, q), see http://www.mathworks.com.au/help/signal/ref/resample.html). The implementation of upfirdn function is based on Motorola's open source project (see http://sourceforge.net/motorola/upfirdn/home/Home/).

To compile:

  • install g++ (g++7 or newer) and cmake
    • Ubuntu/Debian: sudo apt install g++ cmake
  • cmake .
  • make

To run example:

  • ./example

Related Skills

View on GitHub
GitHub Stars74
CategoryDevelopment
Updated2mo ago
Forks24

Languages

C++

Security Score

80/100

Audited on Jan 21, 2026

No findings