Re: relating power spectrum to fractal dimension for a surface




Shane wrote:
Sure, that sounds like a good idea. Is there some code available to do
this? If not I'll just write something.


I don't know of any code out there. But well, box-triangle intersection
routine is in the toolbox of any graphics programmer, so it should not
be difficult to set the thing up. I also have to do such a tool next
month by the way...

.



Relevant Pages

  • Re: OWC11 Not coming For webpage....
    ... Your parse routine should be something like this ... chart from microsoft office xp web components. ... in toolbox i do right click and i choose "choose items" from com ...
    (microsoft.public.office.developer.web.components)
  • Re: ComboBox and UserForm_Initialize
    ... I used the View>Toolbars>Control Toolbox. ... After adding the ComboBox I right ... UserForm_Initialize routine but it seems not to execute. ...
    (microsoft.public.word.docmanagement)
  • Re: Cycles per Tool function?
    ... was their ever any documentation on how many cycles ... >intensive certain toolbox functions are. ... and time how long it takes to run the routine. ...
    (comp.sys.apple2.programmer)
  • Re: Cycles per Tool function?
    ... If the routine is too fast for the timer resolution, you could always run the toolbox routine 100 or 1000 times and then divide the total time by the number of calls you made. ... I would just suggest that you should also run the timing loop 1000 times with a null toolbox call, so you can subtract the overhead of the measurement code from the result before dividing by X. ... t1 = clock; ...
    (comp.sys.apple2.programmer)