Post Au2nUyvbZI1MQSb6Iq by [email protected] | |
More posts by [email protected] | |
Post #Au2nUypDx0uu6fc0MC by [email protected] | |
0 likes, 0 repeats | |
And now I'm looking at dithering. It's a classic turn a binary choice i… | |
Post #Au2nUyvbZI1MQSb6Iq by [email protected] | |
0 likes, 0 repeats | |
Okay #math and #dsp folks. Is there a noise function that I can initialize to g… | |
Post #Au2nUz473epIqqZtZ2 by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis n = random(0,1)if n < 0.7 then output 1else output 0 | |
Post #Au2nUzBuaf45F2E7ii by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis if your DSP can generate a floating point value and do conditiona… | |
Post #Au2nUzHwEFsxXj2w76 by [email protected] | |
0 likes, 0 repeats | |
@joshg Yes and thanks for the response. I'm going to look at using an LFSR … | |
Post #Au2nUzP1ntYZtiMbAG by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @joshg I think an LFSR is too periodic. You'll see/hear it a… | |
Post #Au2nUzVlOqwcEbVyfA by [email protected] | |
0 likes, 0 repeats | |
@kbob @ChuckMcManis @joshg Have a period is going to be a given. You need a bi… | |
Post #Au2nUzc91834YOV4bo by [email protected] | |
0 likes, 0 repeats | |
@mbr @kbob @joshg Per @demofox I think what I'm going for here is low discr… | |
Post #Au2nUziWdP9WsBUAYS by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg this is a fork in the rabbit hole but it is pos… | |
Post #Au2nUzpcD2p9EAnpbc by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg regarding the spectra of the sample set, low di… | |
Post #Au2nUzvzpJvbXxmvYG by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg I could drown you in resource but I wont 😂Th… | |
Post #Au2nV02NRb23rkm1Uu by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 1/ Okay, I'm a bit confused now. I gave up tryin… | |
Post #Au2nV0972YQ6CdvOzo by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 2/ Now I created a simple loop that generated 8,000 … | |
Post #Au2nV0GYasNIZjPLbE by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 3/ Then I dumped all of the values into four columns… | |
Post #Au2nV0NIBplKucYj68 by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 4/ and plotting columns 3 and 4 (the ones generated … | |
Post #Au2nV0Tfo6rnEPXp2m by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 5/ Plotting the golden ratio generated values on a l… | |
Post #Au2nV0ZhRhgfX6MdRA by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg 6/ And plotting one of the random columns gets me th… | |
Post #Au2nV0g53yn7qtLjNo by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg The code as a picture: | |
Post #Au2nV0moewBABmV6si by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg Thread update! With my slowly developing understandi… | |
Post #Au2nV0tYFtZCWfeUNc by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg And THIS is when using a uniform distribution (basic… | |
Post #Au2nV10dpXEosey9Qm by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg Great test indeed. This can also be seen as 1d … | |
Post #Au2nV1PoJxN48ikFf6 by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg And another update, I was computing my convergence i… | |
Post #Au2nV1tEYYuHbyVkWW by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg And for kbob's benefit, I those are all use the … | |
Post #Au2nYPFSAPrevPVwfo by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @demofox @kbob @joshg Right. An LDS isn't random. It's … | |
Post #Au2nYPLpmgy7FCV2cS by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @demofox @kbob @joshg This is for the 2D case but the animations … | |
Post #Au2nYPTdJhCtdO9Gm8 by [email protected] | |
0 likes, 0 repeats | |
@mbr @ChuckMcManis @kbob @joshg yeah, the golden ratio LDS is good for 1D value… | |
Post #Au2nYPbQqhRg1ZnUvo by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg Fortunately, I'm sticking to 1D in my applicatio… | |
Post #Au2nYPhoSyY8LMmasS by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg oh that's cool.If you end up needing freque… | |
Post #Au2nYPnq6ZN0e3bPGq by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg That is the key question here that I'm drilling … | |
Post #Au2nYPuDiqTSxqaVDU by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg I've never seen anything useful in the spec… | |
Post #Au2nYQ1JIU95JpuAGe by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg and there's a pretty simple algorithm to ma… | |
Post #Au2nYQ9omqx1kDsxWq by [email protected] | |
0 likes, 0 repeats | |
@demofox @mbr @kbob @joshg This is the most interesting bit out of that present… | |
Post #Au2nYQKo7zk2IJ1jeq by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @mbr @kbob @joshg That's funny. That's the same situation… | |
Post #Au2nYq4ORe3o6vXzgO by [email protected] | |
0 likes, 0 repeats | |
@demofox @ChuckMcManis @mbr @joshg This is off-topic, but as long as we're … | |
Post #Au2nYqCtw0rkXJWmwa by [email protected] | |
0 likes, 0 repeats | |
@demofox @ChuckMcManis @mbr @joshg If you want to see that in code, the Teensy … | |
Post #Au2nZnG8NdVbgQUhfs by [email protected] | |
0 likes, 0 repeats | |
@kbobWhat kind of DSP hardware and setup are you working with?@ChuckMcManis | |
Post #Au2nZnLo2Y2ty19EW0 by [email protected] | |
0 likes, 0 repeats | |
@joshg @kbob Was that Q? to me or kbob? | |
Post #Au2nZnRpg8rmGhy2uO by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManisTo you, sorry. Wondering if we can look up what options your DSP h… | |
Post #Au2nZnYZH6Fobb7QPI by [email protected] | |
0 likes, 0 repeats | |
@joshg @kbob 1/ The target platform is the ICE40 and ECP5 FPGAs. I'm curren… | |
Post #Au2nZnfeqjvQxaR5SS by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManisI suppose since you're looking for a good noise function rathe… | |
Post #Au2nZnlKVeSjFB5cIa by [email protected] | |
0 likes, 0 repeats | |
@joshg @kbob This is a solid insight as well.I got a great comment from @demofo… | |
Post #Au2nZnsQ5I8LbAPHLk by [email protected] | |
0 likes, 0 repeats | |
@ChuckMcManis @joshg @kbob @demofox Now you see the reason (one of the reasons)… | |
Post #Au2nZnz9gFWNw3Yeqe by [email protected] | |
0 likes, 0 repeats | |
@dougmerritt @ChuckMcManis @joshg @kbob and likewise. The hive mind is real :) | |
Post #Au2nZo5BJqLGEkNTF2 by [email protected] | |
0 likes, 0 repeats | |
@joshg @kbob 2/ I'm also nominally writing a book but if I can't explai… |