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 tadtab

  1. T

    matched filter matlab

    Hello I am going to simulate matched filter with matlab.But it is difficult for me to deal with it.can you post me your help please. Thank you!!
  2. T

    Looking for rician fading Matlab code

    Hi any one with matlab code for rician fading signal. and also for Nakagami and weibull.
  3. T

    Rayleigh fading Simulation using Matlab

    I got Mathuranathan's post very helpful.Thank You very much. This is also from Matlab help. c = rayleighchan(1/10000,100);%100 is the maximum doppler shift sig = j*ones(2000,1); % Signal y = filter(c,sig); % Pass signal through channel. c % Display all properties of the channel object. %...
  4. T

    Rayleigh fading Simulation using Matlab

    I am doing a project on simulating wireless channels under fading and their performance.I started with rayleigh fading. I tried simple matlab code which demonstrates y=hx + n(h=rayleigh channel,x=transmitted simbols and n=gaussian noise(AWGN)) clear all N = 10^6; ip = rand(1,N); % generating...

Part and Inventory Search

Back
Top