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 jess17

  1. J

    help with freq spectra plot

    I have attached the frequency spectra of FSK and PSK.can some one please explain why these figures look different, why is it that the peaks are formed only for FSK modulated signal and not for PSK signal.
  2. J

    explain FSK spectrum plot

    can some one explain to me why are there M peaks when I plot the fft of a FSK modulated signal, following is the matlab code M = 4; freqsep = 8; nsamp = 8; Fs = 32; x = randint(1000,1,M); % Random signal y = fskmod(x,M,freqsep,nsamp,Fs); % Modulate. ly = length(y); % Create an FFT plot...
  3. J

    difference between dpsk, psk

    can someone explain the difference between dpsk and psk please
  4. J

    comparing matrix values

    I have a matrix X = [a, b ,c ; d ,e ,f; h, i ,j] and the values a,b,c,d,e,f,g,h,i,j are not pre known. but i need to find out if they hold the same value, ie if a=b=c=d=e=f=h=g etc.
  5. J

    quantize/digitize a .wav file in matlab

    well, basically i am trying to modulate it, [X, Fs, nbits] = wavread('filename'); M=16; modulated_sig=qammod(X,M); but it keeps giving me an error saying ??? Error using ==> qammod at 39 Elements of input X must be integers in the range [0, M-1].
  6. J

    quantize/digitize a .wav file in matlab

    how can i quantize/digitize a .wav file in matlab
  7. J

    digitize wav file help

    fskmod wav file what is the code to do digital fsk on a wav file
  8. J

    points from a constellation diagram

    i know that the points from a constellation diagram can be found from: h = scatterplot(rand(16,2)); h = get(h,'Children'); h = get(h,'Children'); x = get(h,'xdata'); y = get(h,'ydata'); but is there a way to extract ONLY the points that come up on the const. Diagram ?
  9. J

    help! what is wrong with my code

    its in matlab
  10. J

    help! what is wrong with my code

    errm, no, its still the same :(
  11. J

    help! what is wrong with my code

    t = 0:.001:2*pi; % Times at which to sample the sine function sig = sin(2*t); % Original signal, a sine wave partition = [-1:2/15:1]; % Length 16, to represent 17 intervals codebook = [0:1:16]; % Length 17, one entry for each interval quants= quantiz(sig,partition,codebook); % Quantize...
  12. J

    scatterplot components

    given a scatterplot(yy) is there a way to extract the in-phase and quad components, ie(the x and y components) of the constellation points and output it as a matrix
  13. J

    Help:Modulation identification

    hi Aya Is there any way you can share this thesis, it would be a great help.
  14. J

    Constellation diagram in MATLAB

    Matlab I have read about K means and fuzzy c means but dont really understand it. Can someone explain it to me please.
  15. J

    Constellation diagram in MATLAB

    I need to extract data from a Constellation diagram, like distance between two points, the amount of noise, etc, using matlab. Can anyone help!

Part and Inventory Search

Back
Top