Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 995 Bytes

File metadata and controls

18 lines (10 loc) · 995 Bytes

MFCC Core

MFCC core implementation in C (fixed point) and SystemVerilog with pipeline architecture.

Project Overview

This repository contains a complete implementation of an MFCC (Mel-Frequency Cepstral Coefficients) core, widely used in speech recognition and audio processing applications.

  • C Implementation: Core developed using fixed-point arithmetic for improved performance in embedded systems with limited resources.
  • SystemVerilog Implementation: IP with pipeline architecture, ideal for FPGA and ASIC synthesis, enabling high performance and parallelism.

How to Contribute

Contributions are welcome! To collaborate on the development, please follow the guidelines outlined in the CONTRIBUTING.md file.

License

This project is licensed under the CERN-OHL-P-2.0, granting full freedom to use, modify, and redistribute.