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 mondunno

  1. M

    LTI causal system question

    please read n > 0 as n >= 0
  2. M

    LTI causal system question

    Hi, Nice question, the impulse response h(n) = 0 for n<0 tells it's a causal system (represented by u(n) in your equation for IR) for a step input (and the system is at steady state, not excited before this) the system only responds when there is first sample of non zero input signal...
  3. M

    Basic of Signals and systems

    Analog signals are CT in nature, i.e. the time and value resolution is infinity, for any given time (time can be 1 second or 1.0000000....2343) you have a valid signal level. Please read: https://en.wikipedia.org/wiki/Analog_signal and https://en.wikipedia.org/wiki/Continuous_signal
  4. M

    Hilbert-Huang transform - nonlinear signals

    signals which cant be predicted from past and present data (linear prediction fails, the uncertainity in signals is too high) https://books.google.co.in/books?id=Tae7qGtetWkC&pg=PT108&lpg=PT108&dq=hht+nonlinear+signals&source=web&ots=G9Hgh2JEKc&sig=CbbM03lsRfHZKGicxIk_Sh04vhI&hl=en
  5. M

    centroid of an image?

    centroid of a object in labelled image: take the mean of all the coordinates of this labelled object both x and y coordinates, call this centroid (this is how regionprops in matlab does)
  6. M

    Error in image compression using Matlab

    image compression what is the error exactly? whatz thr? hwatz n? better google out for that error. this is just a example x = imread('mri.tif'); [XD,TREED,PERF0,PERFL2] = wpdencmp(double(x), 's', 4, 'haar', 'threshold', 5, 1); uint8(XD)
  7. M

    c++ codes with matalab

    matalab c++ go thro matlab C/C++ compiler docs, and there r lots of examles on net and mathworks.com
  8. M

    dc blocking (High pass filter)

    there r lots, in IIR as well FIR http://www.dsptutor.freeuk.com/filter/FIRDigitalFilterDemo.html this is one demo
  9. M

    runtime plotting in matlab

    use "line" use 'erasemode' to be 'xor'
  10. M

    Need help in image compression technique by using matlab

    look out for some examples on compression in "Matlab central File exchange", or google out some examples on image compression. hopefully ur doubts are cleared by looking at the examples
  11. M

    Viewing Matlab .fig file

    matlab fig take the .fig file to a machine with the latest matlab (or atleast with required matlab version), save the figure as jpeg or bmp...
  12. M

    how many samples should i use for generating sin wave?

    hi carrier frequency is 57M, but whats the bandwidth of the message signal? now 57+max b/w is the max freq component, Sampling freq must be well beyond Twice of this max freq, and not carrier freq alone... anyway i cant tell u much on what exact frequency...
  13. M

    Explanation of the aliasing concept in DSP

    Alias concept in DSP hi aliasing is when, higher frequency components takes the position or interrupts the lower frequency components every sampling circuitry has a limit on what the input bandwidth is, (sampling rate/2 is the max input b/w, for ideal reconstruction). When the input...
  14. M

    matlab implementation in tmsc6713 kit

    The recent versions of matlab has that toolbox to connect to an TMS kit. google out details and check in mathworks site for documentation
  15. M

    pls answer this query...

    hello u've tried y = waveread(file) later you've ploted plot(y) its not amplitude first of all, its just variation in volts, which is sampled...into wav format...which u've read to 'y'

Part and Inventory Search

Back
Top