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 Mityan

  1. M

    Understanding the Pilot isertion in ofdm matlab Code

    Re: Somone Please help me in Understanding the Pilot isertion in ofdm matlab Code Hello. I have probably not run that code on my PC, that was long ago and I don't remember. 64QAM differs from 16QAM only in number of magnitude/phase manipulation levels, so nothing may be changed for pilot...
  2. M

    Sampling theorem and reconstruction of the signal

    True. Sampling is in time domain. With any signals - passband of baseband.
  3. M

    CDMA Walsh code and QAM modulation

    Spread then map to IQ. About walsh transform I dont know.
  4. M

    How to determine phase diffference between I and Q signals using complex FFT?

    Maybe I dont understand. What do you want to do? If you have a real signal (vector of samples) and want to find a instant phase for every sample, then read about analytic signal and hilbert transform, or you should have a quadrature receiver. Or what else?
  5. M

    averaging FFT bins????

    In MATLAB there is just a sum of L consequent fft results. M - if my suggestion is true, just take from fft result of length K. 0...M-1 or 5...M+4 for example. This is dependent on lower frequency of band of interest. Total K bins of fft result are from 0 to fs (sampling frequency) with the...
  6. M

    averaging FFT bins????

    Maybe M bins that together represent the band of interest (in case of superresolution)? And L times is arbitrary value?
  7. M

    Digital FIlter design need help

    I think you dont need such a high sample rate for such a low cutoff. Just try to decimate, filter at lower rate (this reduces the order) then upsample back to 10K. The easy way. More complex one - to use a special decimation and interpolation filters cascaded (multi-rate as FvM said), they dont...
  8. M

    How to determine phase diffference between I and Q signals using complex FFT?

    The phase difference between I and Q components is always pi/2 I think
  9. M

    5G modulation technique

    I think the modulation technique may be various, but nothing conceptually new - guess OFDM, QPSK, nQAM and that is all. I think physical layer now reaches its limit and the further quality of service improvement can be based only on upper OSI levels optimization.
  10. M

    OFDM channel estimation for powerline.

    I guess the level of the rest (128-36) subcarriers (during preamble) can give you the understanding of your channel noise.
  11. M

    Error evaluating 'StopFcn' callback of block_diagram 'name' . Vectors must be the

    Go to menu File - Model properties - Callbacks tab. Check the 'stopfcn' script, what are those vector where they are taken from.
  12. M

    Help with phase shift in Digital filter in MATLAB

    The filter arithmetics uses a tapped delay line so its output grows slowly and reaches maximum at the delay equal to half a length. For 40 order it is 20 samples. If you dont want distorted signal just take two sinewave periods and remove first from analysis at the output. And dont delay input...
  13. M

    Design Halfband filter with matlab for interpolation

    I meant between what - between input samples. between input samples that have 41kHz rate you place interpolated samples by switching the switch at 82.
  14. M

    FIR Low Pass Filter Response

    I tried your model but were tired of waiting the end of estimation. Why do you want such a great sample rate? It is not needed for that kind of filter. Downsample 100 times (Fs = 65 khz) and it works great, you may get your 200 dB.
  15. M

    Design Halfband filter with matlab for interpolation

    Top branch is just a shift register. It works at input rate. And what rate are you waiting at the output? And what the interpolated samples should be placed between?

Part and Inventory Search

Back
Top