Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

Discussion Groups > Pink Noise

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 2587 threads matching "pink noise"

You are looking at page 1 of 65.

The most relevant threads are listed first

Why do RTA DEQs use pink noise?

Impoliticus - 08:26 22-04-05
I'm working on a project for a DSP lab class and as you may have guessed from the topic, the project involves programming a real time analyzer DEQ. Perhaps I should have asked this in the planning/research stage, but why do RTA equalizers, such as the DEQ2496, flatten the frequency response of the ...Why do RTA DEQs use pink noise?

Code for generating 1/f^alpha pink noise

Sampo Niskanen - 02:31 13-10-08
Hi, In a recent project I required a source of 1/f^(5/3) pink noise, but was unable to find any code or explanation on how to perform that. The DSP Generation of Pink Noise page[1] contains extensive information on generating 1/f pink noise, but has no mention of 1/f^alpha pink noise. I...Code for generating 1/f^alpha pink noise

pink noise

shamailsaeed@gmail.com - 08:50 18-01-08
How can identify pink noise statistically, as we identify that this signal is speech and this is noise, because using autocorrelation and harmonics analysis leads to pink noise identified as signal. ...pink noise

pink noise

Karl - 18:21 28-09-04
Hi ALL I need an algorithm to generate pink noise (a drop of 20dB/decade) from white noise (use in simulink) that is suitable for a frequency range of 1 to 100 Hz. Any suggestion is appreciated. Regards Karl ...pink noise

pre-made bitstream, pink noise with only one RC filter?

22:31 17-03-06
Is there a way to generate a bit stream, and output it directly to a single stage simple RC filter, and the output be pink noise up to some cutoff, say 20khz? This would seem to be a very easy, cheap, simple way to make a pink noise generator. I assume you cant output the square-wave bitstream d...pre-made bitstream, pink noise with only one RC filter?

Thresholds for white/pink noise ...

16:26 28-07-06
Hi, I took a signal processing module years ago but w/o useful labs :(. I am in the process to do some experimentations. Unfortunately, i don't have the practical knowledge to take some decisions. In particular, i am interested to know from what a threshold value i should consider a signal...Thresholds for white/pink noise ...

Re: is this pinking filter literal?

Steve Underwood - 23:00 23-05-06
acannell@wwc.com wrote: > I'm trying to generate pink noise from a bunch of 8 bit random numbers, > and I came across this: > > b0 = 0.99765 * b0 + white * 0.0990460; > b1 = 0.96300 * b1 + white * 0.2965164; > b2 = 0.57000 * b2 + white * 1.0526913; > tmp = b0 + b1 + b2 + whi...Re: is this pinking filter literal?

Filtering out pink & white noise

Francois Maillet - 21:35 19-01-06
Hi, I'm trying to filter out heavy white and pink noise in a wav file to figure out the frequency of a repeating piano note. I'm kind of a noob. I'm working with Matlab and I'm just not to sure what kind of filter I should use... If anyone could give me any brief ideas I'd greatly apr...Filtering out pink & white noise

Filtering out pink & white noise

Francois Maillet - 21:35 19-01-06
Hi, I'm trying to filter out heavy white and pink noise in a wav file to figure out the frequency of a repeating piano note. I'm kind of a noob. I'm working with Matlab and I'm just not to sure what kind of filter I should use... If anyone could give me any brief ideas I'd greatly aprec...Filtering out pink & white noise

Blue Noise creation via filtering?

No Name - 21:31 25-07-04
Hello all, I trust I'm not intruding. I'm interested in creating "blue noise", as referred to in the following "Colors of Noise FAQ" posted in comp.dsp, and other sources: http://tinyurl.com/45h2k A quick synopsis: "blue noise" is so named because the power is concentrated at the high end...Blue Noise creation via filtering?

Comfort Noise Generator

kanhaiya - 03:01 08-10-04
Dear Experts Well I've read a few previous posts on this aspect. The documents or references I used were: RTP Payload for Comfort Noise RFC3389. Appendix II of G.711 Annex B of G.729 Well my query is regarding implementation of a codec independent CNG: 1) Which excitation is best for ...Comfort Noise Generator

Generation of Pink Noise using 3dB/octave filters on digital white noise

bademiya - 07:22 10-07-06
Hi guys. I want to know how is it possible to generate digital white noise in a ADSP-BF561 board? I have tried searching for algorithms on digital white noise generation but i have been getting a lot of variations on the algorithms and the source codes. My intention is to generate digital whit...Generation of Pink Noise using 3dB/octave filters on digital white noise

Reasonablenes (NOT 'correctness') of using DCT in place of DFT

Richard Owlett - 10:25 23-11-07
I've read ( 'have understood') that for real symmetric signals the DCT and DFT are equivalent. That got me thinking about a particular set of pseudo noise signals and how information is encoded. I'm interested in things loosely associated with speech recognition. Wouldn't be reasonable to...Reasonablenes (NOT 'correctness') of using DCT in place of DFT

Generating 1/f (flicker/pink) noise

13:38 21-03-08
Dear All After having spent a frustrating hour searching around to find some simple code that would generate 1/f noise, or more generally 1/f^alpha noise, I decided to write it myself. So here goes: http://www.eng.ox.ac.uk/samp/powernoise_soft.html I hope you enjoy it. Comments and feedba...Generating 1/f (flicker/pink) noise

Re: Phase Noise and 1/f noise Generation

Andor - 15:35 22-09-08
On 22 Sep., 18:22, robert bristow-johnson wrote: > On Sep 22, 12:21=A0pm, robert bristow-johnson > > > > > > wrote: > > On Sep 22, 9:32=A0am, Ikaro wrote: > > > > > 1) Where should I set frequency offset and phase noise value in the= code? > > > > Because I f...Re: Phase Noise and 1/f noise Generation

Acoustic memory

Robert Adams - 23:03 03-05-08
I accidentally discovered something interesting, and thought I would share it here. Prepare a sound file with the following sequence of events. 1) Pink noise, 10 seconds 2) Filtered Pink noise with several notches in the frequency response (moderate Q's, frequencies in the 200Hz to 5KHz r...Acoustic memory

Generating 1/f^2 and 1/f^3 noise

Marc Brooker - 03:42 09-03-07
Hello, I am currently writing software to generate 1/f, 1/f^2 and 1/f^3 noise for use in a simulation, using an existing Gaussian PRNG. Currently, I am generating 1/f noise with the Voss-McCartney algorithm (from here: http://www.firstpr.com.au/dsp/pink-noise/), and it seems to work extre...Generating 1/f^2 and 1/f^3 noise

Interpreting noise

14:50 23-02-06
How do I know the difference between a signal which is decreasing in power as frequency increases because of its characteristic distribution (e.g., pink noise, brown noise), and a signal which is decreasing in power as frequency increases because it's band limited (e.g., white noise with a conti...Interpreting noise

Re: The system that requires largest!

Allan Herriman - 20:29 21-12-03
On 20 Dec 2003 15:39:58 -0800, santosh.nath@ntlworld.com (santosh nath) wrote: > Though it is not very good (rather stupid) to ask the following > questions; I thought this could be a pre-Xmas fun! > > 1. What is the largest FFT size(point) ever used so far and > where(Application)? Larg...Re: The system that requires largest!

Removing White Noise

Duane - 12:59 22-09-05
Hey everyone, I have an audio application, and I'm trying to do some pre/post processing to improve the sound quality. I put in an adaptive filter to try and remove structured noise, but I'd like to remove white/pink noise from the signal somehow.. I've been looking at wavelet techniques, or...Removing White Noise

Re: Questions about equivalents of audio/video and digital/analog.

John E. Hadstate - 16:30 25-08-07
"Eric Jacobsen" wrote in message news:kr21d3d6pvacviqdqgffk6e89l9bakv7m9@4ax.com... "Pearls before swine". However, I understand that the reason you do it is to keep people like Floyd from confusing the less-informed readers who will come along later. I have a rule that changes the...Re: Questions about equivalents of audio/video and digital/analog.

Re: Acoustic room response - measurement and interpretation

Jon Harris - 14:07 12-02-04
What is a "wideband tone"? The standard ways are an impulse, swept sinusoids, and pink/white noise. I believe that pink noise is the most commonly used method. Once the data is in the PC, an FFT will give you the room's frequency response. A common method is to use a real-time spectrum an...Re: Acoustic room response - measurement and interpretation

Re: how to design filter using slope

robert bristow-johnson - 01:40 04-03-05
on 03/04/2005 00:14, career4krish@rediffmail.com at career4krish@rediffmail.com wrote: > I read your reply but wasnt able to post a follow up due to some problem in > site.----if u can, pls forward it as a follow up---- you can always use Google Groups to post, as long as your return addre...Re: how to design filter using slope

Does perfect white noise really exist?

Ben - 08:51 27-06-06
A simple question: Based on the classical definition of "White Noise" (a random process which has zero autocorrelation, and a purely flat PSD from -INF to +INF), measurement of white noise to determine these properties (rxx, PSD, mean, variance, skewness and kurtosis) poses a paradox: When we...Does perfect white noise really exist?

OT? -- How far can linear supperposition be stretched

Richard Owlett - 14:51 28-09-03
[ CAVEAT any term enclosed by "..." is used EXTREMELY loosely ] Given: 1. a non-periodic signal to be "characterized" [ "analyzed" implies much too much precision ;] 2. assumption that the data of interest is the relative "strength" of the signal in 3 to 5 non-overlapping f...OT? -- How far can linear supperposition be stretched

PCM audio processed by custom digital filter?

10:54 27-04-06
I'm trying to create a custom-spectrum noise sample, basically 1 second of white noise but filtered with a certain response. Its not quite pink or white, its got several peaks and valleys. I've been thinking about doing it like this: Step 1: Use a program like ScopeFIR to create a digital filt...PCM audio processed by custom digital filter?

Re: Deterioration SNR for cubic interpolation?

mnentwig - 22:48 16-12-07
here: http://yehar.com/dsp/deip.pdf And don't worry about the pink elephant... ...Re: Deterioration SNR for cubic interpolation?

Question regarding the validity of a SNR calculation

John - 10:27 24-09-06
Hello, I have a question regarding the computation of SNR. The case I am working on is a speech processing algorithm which suppresses background noise. The input signal is a noisy speech sequence defined as x[k]=s[k]+n[k] where s is clean speech and n is quasi-stationary pink noise. I wo...Question regarding the validity of a SNR calculation

Re: OT:Sampling in Stats

Ben Bradley - 23:21 23-09-08
On Tue, 23 Sep 2008 19:23:06 -0700 (PDT), HardySpicer wrote: > When the Stats people sample data for analysis they have a load of > rules for population size etc. However, they never have to filter the > data first to avoid aliasing. Is this because the data is already in > "digital" forma...Re: OT:Sampling in Stats

Re: DFT and bandpass filters

Jon Harris - 17:06 06-06-05
"Jerry Avins" wrote in message news:XPGdnbuCopx3MznfRVn-qw@rcn.net... > Jon Harris wrote: > > > The latest Windows Media player has several different "visualizations" that work > > kind of like this. With all the processing power available on the modern PC, > > they have a whole ...Re: DFT and bandpass filters

Correct specification of spectra from measurements, difference PS and PSD

stereo - 05:47 22-09-06
Hi all, I wrote this posting within another topic on this group already, but since there was no response it possibly just was in the wrong place, and also people might have stopped reading in the middle because it started another topic in an already existing discussion. I would like to ask it...Correct specification of spectra from measurements, difference PS and PSD

autocorrelogram have bias?

rune2earth - 09:53 24-03-08
Hello I'm working on analyzing neuroscience data using the autocorrelation function. I discovered that it has a negative bias (for all lags except zero lag), that exactly matches up so that the sum of all is zero. This is in disagreement with what most textbooks write, for example this taken fro...autocorrelogram have bias?

Speech Enhancement Application. Which DSP?

Brother Numzi - 18:01 22-07-05
Hello everybody I hope I can get a little bit of help by posting this question. I am new to DSPs, but I would like to learn and I plan to buy a DSP Starter Kit, but I do not know which one is suitable for the application I plan to implement on the DSP.....so I hope there are some experts o...Speech Enhancement Application. Which DSP?

Re: filter algorithms

sparafucile17 - 17:02 20-02-08
> I have to implement three filters in C++. An IIR, FIR and > COMBINED(basically a sum of the two). I have been given the formulae and > its fairly simple (I think) but I know little about filters and would like > to be able to test them against something accurate (a good data set). Is > there s...Re: filter algorithms

External noise generation with Matlab

thom - 09:04 04-05-06
Hi Do you if there is a toolbox or function to generate noise which is received after a RF transmission (a model of external noise with man-made noise, galactic noise, noise due to attenuation and noise due to lightning discharges)? Thank you ...External noise generation with Matlab

Distrubution of noise times noise

spasmous - 23:40 29-11-06
If I have two signals that are corrupted with Gaussian random noise and I multiply them, what is the noise distribution called? x1 = s+n1 x2 = s+n2 x1*x2 = s*s+(n1+n2)*s+n1*n2 Is noise times noise (n1*n2) the focus of any study? I would be interested to read about it. Thanks. ...Distrubution of noise times noise

Another Eb/No Question

Necronomicon - 14:21 02-10-07
Does Eb/No, as used in digital communication calculations for signal to noise ratios, take into account the VCO/PLL/Reference phase noise of the carrier(s)? I ask because the phase noise is never really flat, and the Noise Power Spectral Density, or "No", is in Watts/Hz, which is assuming tha...Another Eb/No Question

Relationship between noise dB level and sigma

Ben - 05:48 20-06-06
I have a noise generator which gives me N(0, 1) Gaussian noise. I wish to add the noise to a signal of known dynamic range. What is the scaling such that the noise dB is 3. My approach was this: Since I need upto 3 dB, 3 = 10 log10(Vt/Vs)^2, which means Vt/Vs = 1.4142 where Vt is the noisy ...Relationship between noise dB level and sigma

Noise processing

jyproc - 22:15 24-06-08
Hi all, I am working on a project where I am trying to detect the direct path signal for ranging purposes using UWB technology. I am developing an algorithm that accounts for noise, but am still not sure how to account for the noise. I know I can't use the noise mean because that should be zero. ...Noise processing

1/f noise generation

Yu Xiaodong - 12:02 04-07-03
Hi All, Is there anyone know how to generate 1/f noise for simulating the phase noise. Someone told me though passing a white noise to a FIR the noise can be generated. Any clue about the FIR? Thanks alot R. Y. ...1/f noise generation
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | next