You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|---|
|
From: Onkar S. P. <os_...@ho...> - 2002-10-23 05:06:52
|
Hello everybody, I have till now worked on filtering the audio data from a .wav file. I = have used the following (from Cory).=20 ------------------------ Difference equation is y[n]=3Dx[n] - .99*x[n-1] meaning each output is = equal to the current input minus .99 times the previous input. This is = a highpass filter to flatten out the voice spectrum.=20 ------------------------ Cory.... what next? Regards, Onkar Note: I will upload the code when I think its worth that. |
|
From: Onkar S. P. <os_...@ho...> - 2002-10-23 02:04:54
|