Changeset 3077 in Sophya for trunk/SophyaLib/Samba/bruit.cc
- Timestamp:
- Sep 14, 2006, 11:51:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/bruit.cc
r2615 r3077 12 12 13 13 #include "bruit.h" 14 #include " nbrandom.h"14 #include "srandgen.h" 15 15 // #include "rancern.h" 16 16 // #include "hbook.h" … … 24 24 // Class NoiseGenerator 25 25 // 26 // include bruit.h math.h fmath.h nbrandom.h26 // include bruit.h math.h fmath.h srandgen.h 27 27 // 28 28 //-- … … 88 88 // Class RWalkNoise 89 89 // 90 // include bruit.h math.h fmath.h nbrandom.h90 // include bruit.h math.h fmath.h srandgen.h 91 91 // 92 92 //-- … … 143 143 // Class OOFNoise 144 144 // 145 // include bruit.h math.h fmath.h nbrandom.h145 // include bruit.h math.h fmath.h srandgen.h 146 146 // 147 147 //-- … … 236 236 // Class EXPNoise 237 237 // 238 // include bruit.h math.h fmath.h nbrandom.h238 // include bruit.h math.h fmath.h srandgen.h 239 239 // 240 240 //-- … … 329 329 // Class MemNoise 330 330 // 331 // include bruit.h math.h fmath.h nbrandom.h331 // include bruit.h math.h fmath.h srandgen.h 332 332 // 333 333 //-- … … 627 627 // Class SumNoise 628 628 // 629 // include bruit.h math.h fmath.h nbrandom.h629 // include bruit.h math.h fmath.h srandgen.h 630 630 // 631 631 // Generateur de bruit blanc + 1/f avec fknee
Note:
See TracChangeset
for help on using the changeset viewer.