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 RollingEEE

  1. RollingEEE

    What is Bit Interleaved Coded Modulation? Materials needed

    What is BICM Can any one please tell me what is Bit Interleaved Coded Modulation (BICM). I also need some materials on it
  2. RollingEEE

    MATlab: How to expand an array

    matlab expand vector You are probably right, but I don't think the reshape method works when you are expanding matrix, like can it make [1 2 3; 4 5 6] as [1 1 1 2 2 2 3 3 3; 4 4 4 5 5 5 6 6 6] ? Kron can do it
  3. RollingEEE

    MATlab: How to expand an array

    matlab expand array Thanks. But I bet my answer is the best. use kron (A, ones(1, n)) to expand matrix. One line and simple Added after 2 minutes: Huh, my code used to take 15 mins, now it takes 2 seconds to run with a 4 x 80000 matrix
  4. RollingEEE

    Simulating Multipath rayleigh fading channel

    multipath rayleigh fading channel Hi, I would like to know if it is possible to simulate a Multipath rayleigh fading channel without simulink, in matlab And, also, can any one please give me an example of simulation of Multipath rayleigh fading channel in Simulink, with a OOK Sine wave...
  5. RollingEEE

    MATlab: How to expand an array

    matlab expand Any one else with some actual skills of matlab?
  6. RollingEEE

    MATlab: How to expand an array

    expand matrix matlab It works for all values. But if the matrix is large (say 4x2000), it takes a hell lot of time
  7. RollingEEE

    MATlab: How to expand an array

    matlab repeat vector Hi, I am looking for a code that will repeat each column of a vector to produce a new vector. My code is extremely time consuming. Even matlab suggests not to use an array that gradually 'blows up' function y = expand(b, m) A = []; n = length(b); for i = 1:n...
  8. RollingEEE

    frequency divider in simulink

    frequency divider That's a digital divider. Can I have an analog frequency divider, that will dilate the time axis?
  9. RollingEEE

    GUI software for USBASP programmers

    usbasp programmer This is by and far the best GUI for USBASP Screen shots: **broken link removed** Download link: http://avr8-burn-o-mat.aaabbb.de/avr8_burn_o_mat_avrdude_gui_en.html
  10. RollingEEE

    Finite Antenna Arrays and FSS

    frequency selective surface+books+amazon Do you have this book? Frequency Selective Surfaces: Theory and Design by Munk?
  11. RollingEEE

    FPGA/ CPLD as a substitute for Microcontroller?

    dip fbga I know FPGAs are more sophisticated and faster. DSP filters are made with FPGAs. You can hardly imagine making a powerful DSP with a microcontroller. But without a DIP package it is very hard to be used by a hobbyst, especially without spending 50-100 dollars.
  12. RollingEEE

    FPGA/ CPLD as a substitute for Microcontroller?

    fpga dip package Well that's a shame they don't have on board EEPROMs. A 40 PIN FPGA with quick loader and onboard EEPROM would be great.
  13. RollingEEE

    FPGA/ CPLD as a substitute for Microcontroller?

    fpga dip But I thought FPGAs are faster, they have concurrent processing, and can beat the sequential processing of microcontroller with parallel processing

Part and Inventory Search

Back
Top