I read in one of the literature about a CIC filter with decimation of 3.5.
As far as I know CIC decimates by integer only.
Is there a way to build a CIC with decimation of 3.5 ?
Tom
...
I have 2 complex signals I need to find the time delay between them. Do I
use the amplitude of each in cross-correlation or I use the
cross-correlation of the complex signals. What are the advanta...
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C85778.5275E810
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
You can al...
I am looking for free "C' source code on the net or from a book (other than
the numerical recipes book) that is strong in matrix algebra. Any clue ?
Tom
...
I am looking for an algorithm to model a system using an ARMA filter. The
input and the desired output are available. Is there an iterative algorithm
that can give a global optimum solution ? Any ...
I have two complex signals (Input and output) of a channel I need to
equalize. I can have 2 linear equalizers one for the real part and one for
the imaginary and train them independently or I can ...
Hi,
I am familiar with computing the spectrum of a real time signal using FFT
after windowing it using a window such as hamming to increase the resolution
of the spectrum, however I need to com...
a global minimum of a function f(x) is a point x* for which f(x*) ? f(x)
for all x. Any global minimum is also a local minimum; however, a local
minimum need not also be a global minimum. I mathe...
Computing the magnitude of a complex number using a CORDIC is efficient when
implemented on FPGAs. I need to compute the inverse of the magnitude of a
complex number i.e. (1/|x|) where x is comple...