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 Ax's

  1. A

    plot or view the result of frame blocking

    dear dashkil,.. I have try, try and try this frame blocking. Iam newbie in DSP. in normally what the frame blocking output is? my frame blocking coding output is a matrix (I think it is a matrix) with 256 column. is it a right output?
  2. A

    plot or view the result of frame blocking

    I have try the coding that you give I have an error Error using ==> buffer Input must be a vector. Error in ==> FrameBlock at 24 y=buffer(k,N,Ov_lap); I use k=wavread ('waka.wav'); N=256; Ov_lap =50;
  3. A

    need matlab code for features exctraction using MFCC

    this part is for what sir? please help me...:smile: AI=analoginput('winsound',1); addchannel(AI,1); set(AI,'samplerate',16000); set(AI,'samplespertrigger',2*16000); set(AI,'triggertype','immediate'); start(AI);
  4. A

    plot or view the result of frame blocking

    Hi all,.. i want to create a speech recognition program that use MFCC. I have a problem to plot the frame blocking result. I use MATLAB. this is the coding i use to frame blocking. m=100; n=256; l = length('waka.wav'); nbFrame = floor(((l - n) / m) + 1); for i = 1:n for j = 1:nbFrame M(i, j) =...

Part and Inventory Search

Back
Top