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 merlin john

  1. M

    need a matlab program for the magnitude response of comb filter

    i need a program for magnitude response of comb filter... example is given below % Implementing Cascaded Integrator Comb filter with the % comb section following the integrator stage N = 10; delayBuffer = zeros(1,N); intOut = 0; xn = sin(2*pi*[0:.1:10]); for ii = 1:length(xn) % comb section...
  2. M

    CIC Filter Matlab Code

    can anyone help me to implement cic filter in matlab?:sad: i need to plot the magnitude response of comb (cic)filter. just second order is enough..... help me.. thanks in advance:smile:

Part and Inventory Search

Back
Top