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 medra

  1. M

    [SOLVED] FFT core - Xilinx ise - This file cannot be synthesized

    Thanks Rob B , you must be right , the core already worked with me on the kit so this file must be for simulations only.
  2. M

    converting m file to vhdl

    I don't know , but I had converted some embedded files to VHDL and downloaded them on the FPGA successfully
  3. M

    converting m file to vhdl

    If you want to convert from an m file to VHDL , you could try using embedded matlab but you need to change your code to satisfy its constrains. search for embeded matlab help and simulink HDL coder for more information
  4. M

    C program in MATLAB-Urgent

    you could use the command mex , it will convert your c code to a mexw32 file ,which you could call as any built in functions.
  5. M

    request for matlab code for reed solomon coding and decoding

    GO to the file exchange in mathworks site , you will find what you want.
  6. M

    full adder code in vhdl programming

    you could download xilinx webpack ( free license) , you will also found a lot of codes in the templates including adders.
  7. M

    Matlab cde for Linear Block codes

    Re: Matlab code for Linear Block codes you could find a lot of good stuff on Eng :Mathuranathan site , thanks to him GaussianWaves
  8. M

    Communications Engineering Graduation Projects

    I can't specify a certain website or link , but you could find a lot through searching.
  9. M

    Communications Engineering Graduation Projects

    You could go to cognitive radio , many recent research exists.
  10. M

    HELP: Matlab Parallel Processing??

    If you have a loop which have independent iterations , you could use parfor instead of for , this is an optimization option. But the better one , which perfectly works is trying to write all operations in matrix form ( vectorization) , there is a lot of examples on mathworks on it. Hope that...
  11. M

    HELP: Matlab Parallel Processing??

    you could try: 1- parfor 2- read about vectorization on mathworks website . Hope that helps
  12. M

    deep space comm. question

    hi I want to ask a small question , what is the input BER in case of deep space comm. ? Note that I am not asking about the output required BER ( 10^-5 or 10^-6) , I want to know the real range of input BER in practical life. waiting for any answers or hints. regards
  13. M

    ML decoders - are the optimal ones?

    ML decoders hi is the optimal decoding for any coding technique is the ML decoding? which in turn means that the more I approach to the ML decoder output, the more I am to the best possible BER?? waiting for your appreciated replies
  14. M

    binary matrix inversion

    i don't know what is the relation between your answer and my question , any way , i find the solution to my problem , thanks
  15. M

    Hamming code error (i think)

    it is an error

Part and Inventory Search

Back
Top