Skip to content
Snippets Groups Projects
Commit 9b8d72ea authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

more noise

parent a3300d7b
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ int main(int argc, char **argv) {
gain_change_count = 0;
rand_resp(a_sig, b_sig);
tmp = (float)rand()/RAND_MAX;
noise_std = 4*tmp*tmp;
noise_std = 10*tmp*tmp;
}
biquad(x, mem_hp_x, x, b_hp, a_hp, FRAME_SIZE);
biquad(x, mem_resp_x, x, b_sig, a_sig, FRAME_SIZE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment