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 helios

  1. helios

    Y quantization is required follow to DCT?

    By reducing the precision of the DCT transformed values using quantization, the number of bits needed to represent the image can be reduced substantially.
  2. helios

    GUI for Voice recognition in MATLAB

    lol !!! u from iisc hahahaha damn thats funny
  3. helios

    Resources to learn DSP algorithms

    Beginner............ https://www.dspguide.com/ Its a free book with low math which will enable you to get DSP very fast. but you must read the full book with effort
  4. helios

    need matlab code for Adaptive noise cancellation

    related:www.massey.ac.nz/~tjmoir/anc.pdf wtf!! ? lol! :D
  5. helios

    how to design median filter

    median filter is nothing but selecting the median of 5 data samples example In = [3 7 8 1 4] out = median(in) where median(in) = sort the data is acending order and selecte the In(3) = the middle element so median(in) = middle ( [1 3 4 7 8] )' out = 4 its simple just the median...
  6. helios

    FIR Filter algebra help please

    In any DSP algo chain where FFT is used ,its usually the real fft with real input - complex twiddles and complex output. Now since u have a real input (N)...You can use a N/2 point complex FFT and then u can unpack again to N point real output. N Real input -> N/2 point cmplx FFT -> N/2...
  7. helios

    FIR Filter algebra help please

    lol :D cant stop laughing when i see guys who try to outsource their homeworks!!
  8. helios

    Image Processing Project

    digital image processing project pyton image + radon transform + inverse radon with recursive method usinf 1d fft projection using matlab will be a nice midsize project.... try get some info of wat i have told ..do some research and u will have a good DIP proj with MRI images. hope it helped u
  9. helios

    about linear phase filter

    A filter who's phase is linear wrt time.!!
  10. helios

    What does convolution mean?

    about convolution convolution is a mathematical operator which takes two functions f and g and produces a third function that in a sense represents the amount of overlap between f and a reversed and translated version of g. A convolution is a kind of very general moving average, as one can see...
  11. helios

    difference between fourier series and fourier transform

    fourier series The Fourier series is a mathematical tool used for analyzing periodic functions by decomposing such a function into a weighted sum of much simpler sinusoidal component functions sometimes referred to as normal Fourier modes, or simply modes for short. The weights, or...
  12. helios

    help me in matlab code ...

    As u know the FFT results in a complex domain values...and the real part is the magnitude of the frequency spectrum and the imag part is the phase diffrence.. so while ploting the FFT ..u dont need the imag part...so taking a (abs) gives the magnitude part of the freq spectrum...and u use the...
  13. helios

    Is Image Processing is the part of Embedded System.

    nahhh u must not call it a Embedded System. just call it a image processing application in a x86 PC
  14. helios

    What is the main goal of creating viruses?

    why viruses ... help VIRUS = Vital Information Under Seige Its not my computer geeks just to impress their friends or mosty for fun
  15. helios

    Help me start learning Code Composer Studio

    cc studio Put the CD in the drive and install It FIRST :D if u have use some other IDE's such as Visual studio,VC++ ,eclipse...then CCS doesnt look very diffrent..its just a good IDE. Read the 'Getting started with CCS' pdf

Part and Inventory Search

Back
Top