Hi ,
I was reading a document describing a sample rate converter .It can
do a interpolation by a factor 64x(max)...and says that "it can generate up
to 64 interpolated phases between input samp...
Yay! It may not seem that you helped, but you guys did.
Octave helped, too. Nice to have a known-good implementation to compare to.
Multiplication, as it turns out, is multiplication.
--
L...
Hi to all
I have a question on estimating the energy from a triaxial accelerometer
(TA). I have discussed this with a colleague and there can be two
approaches.
i) get the vector resultant of th...
So, I needed to generate a bunch of different length sequences, and
thought that the easiest way would be to use a code in an LFSR.
I couldn't find any handy tables of polynomials (I know they're...
Hello,
I need to compute the cross-correlation between two signals x[n] and
y[n]. For example, signal x[n] has a length of 3441534 and signal y[n]
has a length of 3441528. I only need the cro...
Hi,
I am trying to understand the delay through a multi-rate filter. Consider a
hypothetical decimate-by-10 filter with 11 real and symmetric taps. I would
think that the processing delay for such ...
I was looking an algorithm to calculate fourier coefficents and update them
at every new input sample, the Sliding Goertzel algorithm. This one seems
to give both an estimate of the amplitude AND ...
Hi,
I'm trying to implement physical layer of IEEE's 802.11a WLAN standard
(http://standards.ieee.org/getieee802/download/802.11a-1999.pdf). Currently
I'm getting everything corresponding to standa...
Some time ago I've programmed a 2'nd order Butterworth High-Pass filter
using the tool: http://www-users.cs.york.ac.uk/~fisher/mkfilter/trad.html.
I noticed it always generated filters which transfer ...