Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by yilcih

  1. Y

    overlap-save method in MATLAB?

    overlap save Hi. I wrote the code below to do fast-convolution with overlap-save method, but it is not working; i know that somewhere i need to add zeros to x but where; pls help =) function myfunc function y = OverlapSave(x, h, N) h = h(:); x = x(:); P = length(h); N = length(x); D =...

Part and Inventory Search

Back
Top