Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
9answers
5k views

How can I make a Pink Noise generator?

((Answer selected - see Edit 5 below.)) I need to write a simple pink-noise generator in C#. The problem is, I've never done any audio work before, so I don't know how to interact with the sound ...
11
votes
2answers
5k views

Random / noise functions for GLSL

As the GPU driver vendors don't usually bother to implement noiseX in GLSL, I'm looking for a "graphics randomization swiss army knife" utility function set, preferably optimised to use within GPU ...
8
votes
2answers
335 views

Good way to procedurally generate a “blob” graphic in 2D

I'm looking to create a "blob" in a computationally fast manner. A blob here is defined as a collection of pixels that could be any shape, but all connected. Examples: .ooo.... ..oooo.. ...
7
votes
2answers
4k views

How to Calibrate Android Accelerometer & Reduce Noise, Eliminate Gravity

So, I've been struggling with this problem for some time, and haven't had any luck tapping the wisdom of the internets and related SO posts on the subject. I am writing an Android app that uses the ...
6
votes
1answer
68 views

How can I measure image noise

I've found a few ways of reducing noise from image, but my task is to measure it. So I am interested in algorithm that will give me some number, noise rating. That with that number I will be able to ...
6
votes
5answers
1k views

Are there any other uses for Perlin Noise besides the obvious?

I have been looking into different algorithms lately and have read quite alot about perlin noise. It seems like the only thing people use it for is to generate textures (clouds/wood grain) or to ...
5
votes
1answer
149 views

How to simulate pink noise in R

I know that white noise can be achieved by treating the output of rnorm() as a timeseries. Any suggestions on how to simulate pink noise?
5
votes
5answers
185 views

Active noise cancellation

I have programed a voice recognition program and I am have problems with the mic hearing me, over the computer playing music. I need software that can filter out the sound leaving the speakers from ...
5
votes
2answers
115 views

removing noise from document images

I'm working on a project to automatically process scanned invoices. In order get a better result the OCR engine, I'd like to first remove noise from images. Beside scratches, I'd also like to remove ...
5
votes
1answer
93 views

Correcting for Noise in Multiple Geographic Sensor Readings

Given a list of geocoded locations with an unknown error-value and a database of less noisy public corrections nearer the true location (most of which are reliable), how should I design an algorithm ...
5
votes
14answers
996 views

Dealing with distractions [closed]

Possible Duplicate: Good headphones for a noisy office How can I cut-out distractions? Are noise-canceling headphones suitable, and are any specific models recommended? I had a fellow ...
4
votes
0answers
153 views

Parametrically degrade the speech to remove emotional content [migrated]

I am happy to accept suggestions either in R or Matlab, but the code I present below is R-only. The audio file attached below is a short piece of conversation between two people. My goal is to ...
4
votes
2answers
153 views

2D Perlin Noise

I have fully mastered the art of Perlin Noise in 3D, and now I'm trying to use my same implementation for a 2D algorithm. The problem seems to be in picking my gradient directions. In 3D I use 16 ...
4
votes
2answers
212 views

C# Version of Improved Noise keeps returning 0

I'm trying to implement Improved Noise in my XNA game, but my Improved Noise function keeps returning 0.0f. It's the exact same code as Ken Perlin's (http://mrl.nyu.edu/~perlin/noise/), just ported ...
4
votes
2answers
221 views

Per-Vertex Normals from perlin noise?

I'm generating terrain in Opengl geometry shader and am having trouble calculating normals for lighting. I'm generating the terrain dynamically each frame with a perlin noise function implemented in ...
4
votes
1answer
397 views

Noise effect on Android background

A lot of new Android applications I've been seeing are using a noise effect on their backgrounds, usually a gradient. What interesting is that some applications use radiel gradients throughout their ...
4
votes
11answers
400 views

Detect and remove noise text

giving a database table with huge data in it, what is the best practice to remove noise text such as : fghfghfghfg qsdqsdqsd rtyrtyrty that noise is stored into the "name" field. I'm working on ...
3
votes
0answers
34 views

Adding Noise for tests

I have written a few clustering algorithms to understand them. They run perfectly fine. But I would like to know how well they work when noise is added. I'm not really sure how to add noise to my ...
3
votes
4answers
230 views

Making a noise function without binary operators?

Is there any possible way to make pseudorandom numbers without any binary operators? Being that this is a 3D map, I'm trying to make it as a function of X and Y but hopefully include a randomseed ...
3
votes
2answers
102 views

Count number of times in a row strings appear in a vector, then removing them if count is below a Threshold

I am currently trying to remove the "noise" from a Vector and Can't find an elegant way to do it. I currently have a Vector of strings, and another vector representing the number of times in a row ...
3
votes
2answers
650 views

Software sound cancelling (destructive interference) tools on Linux?

I am looking at writing some software that will allow me to listen to music whilst talking with someone on skype. The problem is that if you do this with speakers the music also gets transferred to ...
3
votes
2answers
418 views

FFTW: signal consists of noise after IFFT

After doing FFT and IFFT I can hear only noise in my headphones... Here is the code: double* spectrum = new double[n]; fftw_plan plan; plan = fftw_plan_r2r_1d(n, data, ...
3
votes
4answers
1k views

GLSL 3D Noise Implementation on ATI Graphics Cards

I have tried so many different strategies to get a usable noise function and none of them work. So, how do you implement perlin noise on an ATI graphics card in GLSL? Here are the methods I have ...
3
votes
3answers
1k views

Query noise level in Android

I want to develop a small Android app to measure the current noise level (probablyin dB). But I have no idea what to look for in the libs. I don't want to record the noise. Can someone give me a ...
3
votes
2answers
312 views

Problem with averaging corrupted images to eliminate the noise in MATLAB

I want to average some .jpg images which are corrupted by zero-mean Gaussian additive noise. After searching around, I figured out to add the image matrices and divide the sum by the number of ...
3
votes
1answer
1k views

Noise Estimation / Noise Measurement in Image

I want to estimate the noise in an image. Let's assume the model of an Image + White Noise. Now I want to estimate the Noise Variance. My method is to calculate the Local Variance (3*3 up to 21*21 ...
3
votes
1answer
2k views

C# sound visualisation

I would like to create a sound visualisation system using C# language and .NET Framework. This could look like in Winamp application. Maybe exist free library or some interesting articles which ...
3
votes
4answers
2k views

Finding an approximate local maximas with noisy data in Matlab

The matlab FAQ describes a one-line method for finding the local maximas: index = find( diff( sign( diff([0; x(:); 0]) ) ) < 0 ); But I believe this only works if the data is more or less ...
2
votes
3answers
90 views

atmospheric noise and generating random numbers java

I was interested in finding out how one can use atmospheric noise to generate true random numbers. I know RANDOM.ORG does it but they (of course) don't explain what the process is and how it can be ...
2
votes
1answer
161 views

Fastest Perlin-Like 3D noise algorithm?

It's been well over 20 years since Ken Perlin first invented his noise. Has anybody managed to make a faster kind of 3D noise generator with properties close to Perlin's (procedural, natural-looking ...
2
votes
1answer
281 views

Generating Tiling Noise Maps “on the fly”

Im interested in Generating 3D height maps for a 2D Game I am working on. I am using this to create Land masses like in Minecraft or Dwarf Fortress and have done this before but only in fixed sizes: ...
2
votes
0answers
93 views

Image noise removal

I am currently doing my thesis and it is about paper currency recognition. My problem is I can't remove the vandals in the scanned images of the money. Does anyone know how to do this? Thanks!
2
votes
2answers
2k views

Perlin Noise in Java

For a cellular automata project I'm working on I need to generate two dimensional boolean arrays randomly using different algorithms and techniques. At the moment I have just one type of randomization ...
2
votes
1answer
231 views

Explanation of the details of an accelerometer data sheet

i'm working on samsung galaxy accelerometer SMB380. This is the data sheet: http://www.bosch-sensortec.com/content/language1/downloads/SMB380_Flyer_Rev1.3.pdf Can someone explain me technical data on ...
2
votes
3answers
761 views

Generating 3D noise quickly in python

I need a method to generate 3D simplex noise in python rather quickly. What methods are there out there to solve this problem?
2
votes
0answers
564 views

C# Converting TIFF JPEG compression to TIFF CompressionCCITT4 gives a lot of noise

For a OCR engine I need to feed the OCR engine with TIFF files with CCITT4 Compression. Our scanner outputs TIFF files with JPEG compression. I want to convert these files with C#, using ...
2
votes
1answer
116 views

Filtering constant noise out of a sound stream

After watching the first game of the FIFA worldcup I was very annoyed by the sound of the Vuvuzelas. A theoretical question came up about filtering that noise out of the sound stream. What algorithms ...
2
votes
5answers
1k views

Best way to remove “noise” words in ASP .NET 3.5 Web App?

I want to drop some keywords meta tags into a page depending on the article being showed. Let's say you load the page blabla.com/article.aspx?id=2 The article which id equals 2 is titled "The Wisdom ...
2
votes
2answers
440 views

AWGN generator for .NET

I'm looking for an Additive White Gaussian Noise generator for .NET. I know that somewhere there is some degree of interoperability between .NET and MATLAB, which has a AWGN generator, but I don't ...
2
votes
4answers
402 views

How to analyse 'noisiness' of an array of points

Have done fft (see earlier posting if you are interested!) and got a result, which helps me. Would like to analyse the noisiness / spikiness of an array (actually a vb.nre collection of single). Um, ...
1
vote
0answers
40 views

How can I find the covariance matrix from complex gaussian noise with zero mean?

I am using whitening matched filter in radar detection.I have zk which is a complex gaussian noise signal with length (5000*1) ,I want to find in matlab the covariance matrix (M) of this signal .Also ...
1
vote
4answers
140 views

Create a “visual noise matrix” in Mathematica

In order to avoid "retinal persistence" after the presentation of a stimuli, I need to create a visual noise mask. This for a screen that has a dimension, in pixel of : 1280 * 960 I believe I ...
1
vote
1answer
67 views

Remote IO audio is very noisy

I am new to core audio and remote io. I need data of size 320 bytes which I encode and send. Also a minimum of 50 frames per second. Here is what I have done: AudioComponentDescription desc; ...
1
vote
3answers
155 views

Issue distinguishing commands from normal speech with SAPI

I'm working on a personal project involving microphones in my apartment that I can issue verbal commands to. To accomplish this, I've been using the Microsoft Speech API, and specifically ...
1
vote
2answers
399 views

Buzzing noise playing mp3 on Audiotrack on Android

i try and play an mp3 file in my SDCard for my Android emulator but all that comes out is some weird buzzing noise. I made sure the sample rate is 44.1k hz i don't know what else could be wrong ...
1
vote
1answer
829 views

Adding white Gaussian noise

Context I have a matrix comprising of a sequence of column vectors. Each column vector contains a series of angles defined in degrees within the range -180 to 180. I wish to add white Gaussian noise ...
1
vote
1answer
352 views

Android - cdma snr or ber

Would like to determine via code whether the voice channel on an Android is experiencing noise. There is a list of functions at ...
1
vote
1answer
122 views

Smoothing data received from CoreLocation

I'm trying to develop an app which allows you to walk around, and where you walked will be drawn on a map. I have this all working fine, but I'm finding that even with a reasonably accurate GPS ...
1
vote
2answers
254 views

Reducing wiimote pitch/roll variations

I want to use the wiimote to control a cursor WITHOUT the infrared sensor bar. I'm using the pitch and roll values for this. The problem is that when the pitch is close to 0 degrees, the roll is very ...
1
vote
3answers
1k views

In MATLAB, how to generate random numbers depending on the data?

For example if Ax = 0.0023, it should add some noise to it and produce newAx = 0.0027 If Hy = 94.54,then newHy = 93.42. Initially I started using rand in MATLAB in the following manner, newAx = Ax + ...

1 2