Re: Orientation of rotationally invariant bit vectors



acd wrote:
Here are some numbers:
when synthesizing to Cyclone II the 2*minimum-tree + comparison
requires:
f
n locic cells delay
8 168 18.4
10 270 24.3
12 396 25

I think there should be a far better way.

Andreas

I would be inclined to only store one rotation and only do one comparison

(I'd be inclined to store one rotation and impose an ordering criteria) then you can rotate an input pattern and order the rotations by this criteria and choose the 'largest'.

One criteria I would suggest is using number of consecutative 1's or O's with having 1^n or O^n as a higher priority than the other (whichever one you choose is arbitary.

It's just a late night thought.

Good luck with the problem.

Nicholas King.
.



Relevant Pages

  • Re: Criteria
    ... When I type in "In ([Store #?])" in the criteria, it will ask me for the ... > A query criterion is a logical expression; ... > never retrieve any stores, because for any individual record, the ...
    (microsoft.public.access.queries)
  • Re: Vlookup with Multiple Criteria
    ... but there are two criteria in your index/match that I don't ... understand (when I tried to apply this in my spreadsheet I got all N/A's). ... I have 2 spreadsheets that both contain store numbers and the accounts they ...
    (microsoft.public.excel.newusers)
  • Re: Searching And Checking Rules Depenging On Rule
    ... Dim MyRecSet As Recordset ... Dim Criteria As String ... you might want to store your ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Extarcting And Storing a String
    ... >> I am trying to extract a url from a file and store it, ... The OP didn't tell which criteria will be used to ... positioning of the URL in relation to various HTML elements, ...
    (comp.lang.perl.misc)
  • Re: Criteria
    ... logical operators. ... never retrieve any stores, because for any individual record, the ... the store number is 5, OR the store number is 6); ... on the criteria line and it will return records ...
    (microsoft.public.access.queries)