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 GroundCtrl

  1. G

    what is "one sided exponential" sequence?

    Ye google rulez:D I can't write exactly because i have no access to that IEEE transactions. But according to abstract it was especially emphasized by authors the non-Gaussian property of exating inputs. So it looks like magnitude-exponential pdf i.e. p(x) = 0.5*a*exp(-a*|x|)
  2. G

    what is "one sided exponential" sequence?

    I think you found your phrase in the "Identification and deconvolution of multichannel linearnon-Gaussian processes using higher order statistics and inverse filtercriteria" article. If it is right the term "onesided" is concerned to time origin of input signals. These signals are causal i.e...
  3. G

    Help with sinc filtering

    Hi! First you multiply filter input with blackman window. This is not correct. First you should to calculate windowed sinc function. You shuld multiply original sinc function (with infinite length) with your blackman window. You will obtain low-pass FIR. This FIR you have to store in memory and...
  4. G

    what is "one sided exponential" sequence?

    Could you copy-past some text above this phrase? It is very difficult to understand the meaning "exponential" from one sentance. For example w1(k) and w2(k) may be exponentialy-decayed i.i.d sequences at k>0. Independence in this case is the independence between two sequences but not between...
  5. G

    what is "one sided exponential" sequence?

    Hi! You should check your task requirements. It is impossible to obtain nontrivial random value with zero mean and one-sided pdf.
  6. G

    Edge Detection / Edge interpolation?!

    Hi What is the algorithm u use for edge detection? It looks like u use simple thresholding. Try to use some gradient-based algorithms like Sobel window. Or some other gradients. https://en.wikipedia.org/wiki/Sobel_operator
  7. G

    Azimuh and elevation DOA estimation

    Is the DOA the same as Direction of Arrival? What is the question? Do you want to know how to estimate azimuth and elevation from 2d raster coordinates?
  8. G

    how to remove dc component of a vector under matlab

    remove dc matlab You are little wrong. The sentence xx = conv(xx,ones(3,1))/3 is the convolution of input sequence and vector [1/3; 1/3; 1/3]. As I mentioned this sentence looks like sliding average for noice removing. What kind of features do you want to calculate? Z-transform: H(z) =...
  9. G

    how to remove dc component of a vector under matlab

    dc remove matlab The sentence xx = conv(xx,ones(3,1))/3; have no meaning for dc component removing. This term looks like sliding average for removing of high-frequency signal components (or noise). The dc removing itself describing by third term (where mean(xx) - dc bias): xx =...
  10. G

    help needed..coding FIR filter in Verilog

    First u have to do then u begining your new VLSI design is to search final solution of your problem in Xilinx and Altera sites :)) There are several Verilog examples of FIR on Xilinx site.
  11. G

    how does fourier transform transforms time to freq domain

    Re: how does fourier transform transforms time to freq domai Fourier Transforn just represent the function of time (your input signal in time domain) as the sum of weighted sines and cosines of certain frequences. This sum of sines and cosines can rewrite throu complex exponents. This is the...
  12. G

    FT OF PERIODIC SIGNALS!

    There are some difference between FT in discrete and continious time domains. 1. In continious time domain no convolution between two periodocal signals exists because of the convolution integral grows infinetily. 2. More simly case the convolution between one periodic signal and one...
  13. G

    Head rotation: Gyro + Accelerometer

    gyroscope vs accelerometer As it was mentioned above u need a full-axis strapdown INS for head-movement measurements. Gimbaled INS is not useful for u because it required powerful electromotors and wery complex mecanically. If u want to measure only static head position u need only three...
  14. G

    Problem with correlation between two signals

    Re: correlation problem Correlation function may have set of local extremums each of them is less than absolytely extremum. You should look for that extremum but not locals.
  15. G

    How to select bandstop & bandpass freq. in iir filter de

    Re: iir filter design The frequencys in discrete time lies in interval from 0 to 1 (or from 0 to 2pi depends on frequency normalisation). Therefore first you have to set sampling frequency Fs in continious time units (Hz). Then any "digital" f character frequency (bandpass or bandstop or any...

Part and Inventory Search

Back
Top