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 dashkil

  1. D

    plot or view the result of frame blocking

    i guess it is right; pls post the code.
  2. D

    Face Extraction using matlab

    dear they are many ways to extract and detect images. first decide which procedure u like to use. i can suggest: ANN classifier are good for image recognition and dct are good analysis technique. Savor, Best.
  3. D

    center frequency of a signal

    dear; what is the signal bandwidth? if it is even then fc= bw/2 and if odd fc=bw/2+1. Savor, Best.
  4. D

    execution of a single program several times using different inputs in matlab

    dear with "function" type matlab M file u can invoke any program for arbitrary various desired input arguments. see matlab help ''function''. Savor, Best
  5. D

    Discrete Time Signals Matlab

    dear; is it a course work? first try ur self; if u stuck post the code. see dft help in matlab details. Savor,Best
  6. D

    serial communication using ATMEGA32 involving matlab

    dear post ur code. see matlab help serial port.
  7. D

    How to add noise to sound wave file by Matlab?

    dear use rand or randn function in matlab; which generates random numbers. use these random numbers as niose. and just add to wave file. for details see help rand in matlab. Savor, Best - - - Updated - - - dear use rand or randn function in matlab; which generates random numbers. use these...
  8. D

    plot or view the result of frame blocking

    dear Ax's your .wav file matrix should be a vector, means a column matrix. see help buffer in matlab for details. Savor; Best.
  9. D

    plot or view the result of frame blocking

    use buffer for frame blocking; k is speech wave; N is frame length and Ov_lap is overlapping y=buffer(k,N,Ov_lap); [fr_sz fr_nm]=size(y); t_vec=(1:length(k))/fs; plot(t_vec(:,1:fr_sz),y(:,fr_nm));
  10. D

    Matlab gui problem, Plz tell me whats wrong

    what great >????????????????
  11. D

    Matlab gui problem, Plz tell me whats wrong

    here is my code; Plz tell me whats wrong: I am new to GUI (programming); i want to load a "net0" named variable and use it in other callback function "Rcrd_and_Recog". Note: i am not using GUIDE GUI; using programming GUI. function ASR() figure('Name','Automatic Isolated Speech Rcognition...
  12. D

    MFCC definition problem?

    i read through many papers related to (MFCC) Mel-frequency cepstrum coefficient: I have confusion about MFCC process: 1) Many says i have do FT (Fourier Transform) on log-spectrum to obtain cepstrum (as mentioned in wiki : definition of power cepstrum) 2) Many says i have do IFT (Inverse...
  13. D

    Mikro c : varialble decleration problem

    semicolon was in the code; perhaps omitted during posting. - - - Updated - - -
  14. D

    Mikro c : varialble decleration problem

    mikro c pro v 4.60
  15. D

    Mikro c : varialble decleration problem

    i have some problem in this code; this one is correct. but having problem as mentioned below: char text[]="kkkkk"; void main() { ADCON1=0x06; TRISA=0xFF; TRISB=0; PORTA=0; PORTB=0; while(1){ char z; if(PORTA.F0==1)...

Part and Inventory Search

Back
Top