Dear all,
I would like to handle a table of 4-byte long strings by just declaring
them as an array of unsigned 32 bit values.
Of course, this can be done manually, but it would be great if a mac...
I have a digitized WAV file about 71 minutes long (actually, 10
files totaling 71 minutes) with three samples clipped, I believe
not all consecutive.
I can't actually hear them, as I usually can...
Hi all,
i tried this for arbitrary matrix size:
%%%%matlab code
pol=cyclpoly(rows,cols); h=cyclgen(cols,pol); henc=sparse(h);
l=fec.ldpcenc(henc)
by doing that i am able to encode my msg wit...
Hello.
I am a professional programmer, but I am doing DSP just as a hobby.
Three years ago I designed a morse / PSK31 decoder on a 16bit no-
multiplier controller. After rouhgly 3 years of absenc...
For downsampling (decimation) one normally uses low pass filter
before downsampling (anti-aliasing filter).
I have thought that FIR is the best choice here for the low pass
filter implementatio...
Dear All,
Assume that we have 1kbps data, if we BPSK modulate it on a 2 khz
carrier with 2 period per bit, we have a 1 khz wide signal centered
at 2 khz so the 3 dB bandwidth of the signal is 1 k...
Hi all,
I am a newbie in DSP and need your help on understanding Hilbert
transform...
I have a real, double sided signal coming in. I want to use Hilbert
transform to get rid of the negative s...
Hi everyone,
I'm an undergrad and I'd like to tackle the task of designing a DSP. I'm
wondering if anyone can help point me in the right direction in terms of
common considerations for DSP ISAs, co...
I am looking for some (cook)books on advanced audio signal processing,
audio effect algorithms, speech processing algorithms etc. Preferably
something that is up-to-date.
I am thinking about buyi...