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 ashokone

  1. A

    How to start implementing transmitter and receiver on fpga using VHDL or verilog

    hi can anyone suggest me how can i implement transmitter and receiver using verilog r vhdl.. plz let me knw how to start this
  2. A

    problem in plotting 3d power pattern of dipole antenna

    phi=linspace(0,2*pi,180); teta=linspace(0,pi,180); [THETA,PHI]=meshgrid(teta,phi); ET = sin(THETA)^3; ET = abs(ET); [x1,y1,z1]=SPH2CART(THETA,PHI,ET); figure; surf(x1,y1,z1); plz any help?some wher i am doing mistake plz help
  3. A

    c or c++ programming in wireless communication

    hi to all i am new to c++ programming in wireless communication.. please can anyone refer how to start with this? is there any material for this? which tool support this? and what are its requirement?
  4. A

    finding the signal in simulink

    i implemented msk using simulink, i am trying to find out what kind signal output is(either boolen, int double).. how to find this in simulink..
  5. A

    Matlab code for Distributed Source Coding - Slepian-Wolf

    i thnk u can search it in contemprory communication system by prokis.
  6. A

    Open Fcn call error in simulink-

    i have created an M file. this i have add in simulink block. i created one SubSystem block. while i am opening the block, it giving error tat is Error Evaluating OpenFcn call back.. plz help how to solve this problem. i did like this .. i m getting error. >>sys='mskmod'; >> new_system(sys)...
  7. A

    how to ADD matlab function to the simulink block

    hi i have created one matlab function, how to add this function to the simulink block. block which has NO INPUT and OUTPUT.. only block.. Has you observed in blue box type.. plz help how to create this blue box in simulink and adding matlab function to block
  8. A

    regarding simulink in matlab tool

    how to create blue box in simulink. i have one function, i have to create a blue box for that.. how to do this? plz help
  9. A

    difficulty in plottin 3d plot using matlab-help plz

    F=50e9; C=3e8; Lambda=C/F; t=[6 6 6 6 6 6 6 6 6]; TRL=[0.0030 0.0030; %represent position 0.0030 0.0060; 0.0030 0.0090; 0.0060 0.0030; 0.0060 0.0060; 0.0060 0.0090; 0.0090 0.0030; 0.0090 0.0060; 0.0090 0.0090]; TRx1=TRL(:,1); TRx2=TRL(:,2)...
  10. A

    multiple transmitter and ther Attenuation using matlab

    clc; clear all; close all; F=50e9; C=3e8; Lambda=C/F; t=[6 6 6 6 6 6 6 6 6]; TRL=[0.0030 0.0030; 0.0030 0.0060; 0.0030 0.0090; 0.0060 0.0030; 0.0060 0.0060; 0.0060 0.0090; 0.0090 0.0030; 0.0090 0.0060; 0.0090 0.0090]; TRx1=TRL(:,1)...
  11. A

    design of multiple transmitter using matlab

    hi i set the location to each transmitter, by giving co-ordinates like (0,0),(lambda/2, -lambda/2) like that for remaining transmitter. i am facing problem that how to link location and transmitter. plz help
  12. A

    multiple transmitter using matlab

    thanks sudan. i am facing problem in tat,what way i can place multipletransmitter and how to place that in matlab? i am planning to use some coordinates for each transmitter? thinking on this still.. any suggestion welcome. i want study signal behaviour of these multiple antenna.. when they...
  13. A

    multiple transmitter using matlab

    After simulating a single transmitter, i want place another antenna at lamda/2 distance and i have to place some more transmitters at lambda/2 distance apart.. How can i process this? any idea or suggestion..welcome
  14. A

    channel attenuation using matlab

    transmitter power=1w; frequency=2ghz distance=1 to 10meters

Part and Inventory Search

Back
Top