FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
6467 Diskussionen

Verilog code of sample decimation on DE1 SoC.

qizilbash
Einsteiger
1.311Aufrufe

Can someone help me with the code of sample decimation on the audio signal of DE1 SoC?

Beschriftungen (2)
0 Kudos
5 Antworten
SyafieqS
Mitarbeiter
1.290Aufrufe

Attached is a small design example of a simple Verilog module that performs decimation by a factor of 2. This means it takes every other input sample and discards the rest. This is a basic example of decimation by a factor of 2. You might need to adjust the bit widths, decimation factor, and other aspects of the module. Also, you prolly want to include additional logic for handling synchronization and other functionalities based on your application needs.

SyafieqS
Mitarbeiter
1.289Aufrufe

Please take a look at it design attached. For better optimization with hardware and development, I suggest to use FIR II Intel® FPGA IP Core.

https://www.intel.com/content/www/us/en/products/details/fpga/intellectual-property/dsp/fir-compiler.html


SyafieqS
Mitarbeiter
1.239Aufrufe

Let me know if there is any update from previous reply


SyafieqS
Mitarbeiter
1.224Aufrufe

As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to https://supporttickets.intel.com/, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 5/5 survey


qizilbash
Einsteiger
1.212Aufrufe
Antworten