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 pushpanjali sharma

  1. P

    pitch profile detection

    I have written the cepstral method to determine the pitch of a voice signal which is much simpler. [x,fs,bits]=wavread('/home/..specify where your speech signal is located...'); %determination of cepstral coefficients f=fft(x); f1=abs(f); f2=log(f1); f3=ifft(f2); %finding the strongest...
  2. P

    [SOLVED] Autocorrelation & pitch detection

    Why does autocorrelation function approach zero at the fundamental period of a signal?
  3. P

    convolution & LTV systems??

    Why is convolution used in LTI systems? Can it be used in LTV systems?

Part and Inventory Search

Back
Top