How to calculate the wavelet coefficients of DWT when using sliding window?
1 次查看(过去 30 天)
显示 更早的评论
Hi ,i used a c code for DWt(Db4 )to get the wavelet coefficients but my input signal is to large [2560] and i implement this code in FPGA (XILINX ZC702) which was stuck in the middle of the code. So to reduce the volume of data i used a sliding window of length =w and then i calculate the wavelet coefficient of each sliding window . But i don't know how to get the result of this all this coefficients of all the sliding window so of all the signal ? is it a sommation of all this coefficients or what ?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!