Re: Magic Sinewave short sequence
"Henry Kiefer" <otc_friend@xxxxxxx> wrote in message
news:460e837c$0$23143$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I need a short bit sequence not more than say 300 bits long. Lower harmonics
are much more important to me. Behind say the 9th I
don't care.
Stupid suggestion:
How about brute force? Use a Genetic Algorithm to guess a bit sequence, express
it's fitness in the product of correlation to the desired output and the RMS of
the lower harmonics calculated as an FFT of the waveform.
To me, it does not matter if the computer have to run for a few days - this
gives time for fun things.
.
Relevant Pages
- Re: nearest integers to the integer powers of a real number, alternation modulo 2
... While it is not the same problem as the one you're investigating, the principle of your search space seems similar enough. ... In my case, it was a sequence with N steps to 1, in yours, a consistent even-odd shift.) ... If you consider a perfect fitness function to be one that returns the highest fitness for a sequence with no deviations, subtracing from the fitness for every "missed" number in the resulting sequence, you may be able to use the bits of your starting real as your gene. ... I have a set of template based C++ classes that make the genetic algorithm fairly easy to modify -- you simply have to set the bit-length and override the fitness function. ... (sci.math) - Re: Help with Lisp type system
... I'd like to make an unsigned-byte 8 sequence containing these two ... The brute force way: ... But surely I ought to be able to use:initial-contents to populate the ... (comp.lang.lisp) - Re: Machine learning
... Since the number of possibilities probably is too large to get the best solution in a reasonable time with brute force, I think a genetic algorithm might be able to solve this. ... Jens Gruschel ... (borland.public.delphi.thirdpartytools.general) - Re: SHA1 Question
... > Suppose I have some unknow sequence of 7 bytes. ... > find original 7 bytes sequence used to produce that SHA? ... Someone will correct me if I'm wrong, but AFAIK, brute force is the ... (sci.crypt) - Help with Lisp type system
... I'd like to make an unsigned-byte 8 sequence containing these two ... The brute force way: ... But surely I ought to be able to use:initial-contents to populate the ... (comp.lang.lisp) |
|