adaptive-filter_32-order
View adaptive filter 32 order on GitHub.
This FPGA project is a 32 orders adaptive filter with s2p and p2s to communicate with Renesas RX210 MCU.
- Waveform overview : Input : mosi ; Output : miso
- Waveform algorithm top : Use basic FIFO structure to store 32 input dates and do 32 orders adaptive filter.
- Waveform s2p : Convert serial data input (miso) to Parallel data output (ad_1, ad_2).
- p2s : Convert parallel data input (in_p2s) to Serial data output (mosi).
- Waveform adaptive filter :
- Algorithm structure is based on this picture:
END
- Codes are Here.
- You can return My Main Page.