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 shlomyss

  1. S

    nexys 3 FPGA board with PmodBT2

    Ok and what is the problem your facing?
  2. S

    Work from home: power electronics/analog design engineer for a project

    I can do the schematic, I do not have any tsmc libs so I will need the teamviewer access to use your libs.
  3. S

    Implementing FPGA projects for Electronic Engineering / Electronic Pre-engineering

    Hi, I'm Electronic Engineer with 5 years of experience at the fields of DSP, FPGA and board design. Contact me if you need any help with your project, including Matlab simulations, VHDL/Verilog codding and simulation, designing and modeling of communication systems, image processing. Shlomy.
  4. S

    QPSK passband demodulation - For Experts

    I was trying to implement your suggestions in 8PSK demodulation and here is what I got: clc; clear all; close all; M=16; k=log2(M); Nbits=100*k; %Number of bits to transmit Rb=1e3; Fc=2e3; i=sqrt(-1); msg=randint(1,Nbits,[0 1]); % Transmitter...
  5. S

    QPSK passband demodulation - For Experts

    Yes This disscation is realy helpful, I have a question about your code one of the outputs of your function is the time vector, if I want to modulate the bits I understand that first I need to create the complex envalop from the NRZ bits and then multiply the complex envalop by...
  6. S

    How to model multipath propagation in matlab?

    10^-0.3 ~= 0.5 so we got almost the same BER 0.5 is the worst case for BER, and the meaning of it is that there is no way at all to recover the signal. I also tryed deferent channels of matlab and all of them yealds the same BER. I even tryed: delayVector = 0 gainVector = 1 % or higher...
  7. S

    How to model multipath propagation in matlab?

    That exactly what I did but for some reason I do not get the proper BER values, I tryed to change all the parameters, ts, Rsym, Modulation methhod, BER range, gain vector, all the parameters and I allways get a graph of BER which is far from the theory. If you can, please kindly look at my...
  8. S

    How to model multipath propagation in matlab?

    Hey all Does anyone knows how to model a Digital modulation suppose QPSK or 16QAM with multipath propagation? I need to create this kind of communication system, and plot it's BER. and then I need to simulate the same system with higher Bit Rate and to see how the BER changes.
  9. S

    QPSK passband demodulation - For Experts

    I'ts not what I was meaning mate, What I meant is how in matlab code can I define the bitrate? while using modem objects in matlab or using Aya's code there is no consideration of the symbol rate or bitrate.
  10. S

    QPSK passband demodulation - For Experts

    Thanks Mathuranathan you helped me understand how to define the band width of a filter. but how do I define the bit rate W? which kind of parameter is will change the W?
  11. S

    Looking for simulation for my filnal project. Willing to pay

    Hey guys for too long I'm working on my final project simulation, and as the deadlines coming I'm willing to pay for someone how can write a simulation code for me It must be in matlab (Simulink is not allowed) I need to write an implementation of gsm in matlab which will contain: multipath...
  12. S

    I need matlab code for GSM or CDMA network

    That a great code but it has som bugs in it... if anybody corrected the bugs please post here the working simulation files
  13. S

    QPSK passband demodulation - For Experts

    That's a good question, I don't know how to set a band width for the signal. I think that the pulse shaping filter suppose to limit the band width of the signal... in our case it seems that the carrier is at 20khz and sampling frequency is 50khz and according to the matlab help : Fs > 2(Fc + BW)
  14. S

    Implementation of qpsk modulation to reed solomon coded data

    did anybody sent you any code? if you did got it, can you pleas send it to me or post it here? I need it urgently too.
  15. S

    QPSK passband demodulation - For Experts

    Hey guys, It took me a while to remmember why in first place I multiplayed by exp.. because exp(i*x) = cos(x) + i*sin(x) and that how I thought I can build the Inphase and Quadrature componets. anyway Aya's algorithem is much more helpful for my project then mine. But in the following...

Part and Inventory Search

Back
Top