unoise (Uniform Noise)
bech
Function unoise(a,b) // random draws from a uniform distribution between a and b
variable a,b
return a+(enoise(0.5)+0.5)*(b-a)
End
variable a,b
return a+(enoise(0.5)+0.5)*(b-a)
End
Forum
Support
Gallery
Igor Pro 9
Learn More
Igor XOP Toolkit
Learn More
Igor NIDAQ Tools MX
Learn More
March 2, 2013 at 09:49 am - Permalink