Skip to main content
Best practices
0 votes
1 replies
27 views

What's the best way to generate a noisy image with ImageMagick? I'd like to create an image where the color-frequency distribution is even (white noise) or skewed toward lower frequency colors (brown ...
Geremia's user avatar
  • 5,842
1 vote
0 answers
58 views

I'm currently working on a personal project on making a procedural map generator. The way it currently is working is not the most intuitive, it's three different scripts all importing from each other, ...
Awan Moria's user avatar
0 votes
1 answer
55 views

I have question regarding how to implement a Kalman Filter when the measurements are less than reliable. I am attempting to use a UWB piece of technology called a DecaWave for indoor localization. In ...
greg kuhn's user avatar
0 votes
0 answers
65 views

I'm using a noise algorithm from here, the code is highp vec3 mod289(highp vec3 x) { return x - floor(x * (1.0 / 289.0)) * 289.0; } highp vec4 mod289(highp vec4 x) { ...
OtakuFitness's user avatar
0 votes
0 answers
46 views

There is an example on matlab End-to-End DVB-RCS2 Simulation: link. Why is the influence of phase noise not modeled in this example? Is this an incorrect simplification of the model or does the phase ...
корнелий 2018's user avatar
2 votes
0 answers
82 views

I'm working on SENSE MRI reconstruction using simulated phantom data in MATLAB. I add correlated Gaussian noise to the data and then apply a whitening transform so that the noise covariance matrix ...
maria's user avatar
  • 23
0 votes
0 answers
31 views

My strain time-domain data shown in figure 1 contains significant high-frequency noise. The segment I focus on is the strain rising phase shown in figure 2, where the amplitude can be truncated at 1e4....
Elliot's user avatar
  • 11
0 votes
0 answers
87 views

I'm working on a project where I need to record speech audio and perform processing on it. I'm using the Noise Suppressor API to reduce background noise, but I’ve noticed that the behavior of this API ...
Jagan S's user avatar
0 votes
2 answers
240 views

I am generating noise using a gaussian distribution, and have hit a conceptual block. Is there a difference between generating a noise value and adding it to clean data: def add_noise(data_frame, ...
hiddenuser's user avatar
1 vote
0 answers
69 views

We have a framework for doing WegGL shader animations. Since recent version of WebGL we observe strange behaviour. Everything worked well in Safari up to Mac OS Ventura 13.x and iOS 16.x. Things get ...
Jürgen Richter-Gebert's user avatar
0 votes
1 answer
60 views

I'm making a top down survival game and I have done a procedural world gen using noise2D (FastNoiseLite). The next step was to randomize the seed, but I can't figure out how to... Thanks I tried : @...
Dandy Wallaby's user avatar
1 vote
1 answer
113 views

Is there a way to limit bluetooth to one device connection so people cannot create unwanted connections on the iPhone in IOS. Some people just want the music.app and not kali linux connections...
AEGIS's user avatar
  • 180
2 votes
0 answers
27 views

I have a scatter-plot with the code shown below. import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D import numpy as np x = np.random.rand(100) y = np.random.rand(100) z = np....
cerv21's user avatar
  • 443
0 votes
1 answer
109 views

I have a histogramme who represent the max amplitude of 3000 signal + noise and this come from infrared detector. so, the signal is a number of photon. I want to normalized the histogram in function ...
Watizi not's user avatar
0 votes
1 answer
93 views

What am I doing? I am playing around with BLE for distance calculation and asset tracking. To standardize the sensitivity of each sensor, I have devised a 1D jig. The jig has scale model train track ...
Karthikeyan Sivaraman's user avatar

15 30 50 per page
1
2 3 4 5
64