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 sirdivi

  1. S

    Square pulses in matlab

    yes i only need a pulse during 7periods, and after that i need to compare it with a signal in order to find where are 7 pulses also in the big signal
  2. S

    Square pulses in matlab

    How can i create 7 square pulses of 1040 Hz with duty ratio of 50% in matlab?
  3. S

    How to do correlation between signals in Matlab?

    Hi i have a signal that periodically repeat a structure, i need to find in that signal the structure, which i know previously. For doing that i was thinking about doing the correlation between the big signal and the signal of interest but i do not know how to implement it in matlab. please help...
  4. S

    Help me implement a DC removal filter in Matlab

    > Hello, i am not very good at matlab but i need to implement this in matlab, > > > Y(z) = 1 - z exp -1 > X(z) = 1 - 0.95*z exp -1 > > H(z) = Y/Z > > This is a DC removal filter.
  5. S

    How to detect SYNC A in a signal of a picture?

    Hello! I am working with the signal of a picture. It is Synchornization ( 7 square pulses 1040Hz) total of 39 words Space Data ( 47 words) Image ( 909 words) telemetric 45 words Synchornization b(7 square pulses 832 Hz duty ratio 60%) total39 words Space Data (47) Image (909) telemetric 45...
  6. S

    Help me remove the DC of a signal in Matlab

    Hello, i want to remove the dc of my signal in matlab but i do not know if i have to implement a filter center in zero or sustraining the main value of the signal. thanks
  7. S

    Digital Fm demodulation

    Hello, i have downloaded a code from matlab file exchange but i do not understand how it works, can someone explain it to me? It is used for demodulation FM. thanks function x = FMdemod(y,beta) [r, c] = size(y); if r*c == 0 y = []; return; end; if (r == 1) y = y(:); len = c...
  8. S

    Digital FM demodulation

    Hello everybody, a need to produce a Digital FM demodulation in matlab but i am a bit confuss, because i have always studied that fm is an analog modulation so why digital? how can implement the digital fm demodulation? where can i find the code? thank you very much
  9. S

    How to extract data from .wav file?

    Re: Matlab and .wav how i extract the data?
  10. S

    How to extract data from .wav file?

    Hello I have some data saved in a .wav file. It is modulated in FM consequently i need to demodulate it but i do not know how to implement a FM demodulation. There exists any models of FM demodulation in wav files? toopen the wav file i should use wavread? I do not know how to start.

Part and Inventory Search

Back
Top