Re: Calculate MACs in MATLAB



Agree the tic toc is useful but I am doing one method by hand and the
other practically on matlab so I can't use it.

Well, you can time your functions then use an approximation to calculate
the equivalent FLOP count. FFTW uses MFLOPS = 5*N*log2(N)/time (in us) for
complex data, divide by 2 for real data. You can force MATLAB to use FFTW,
though I do not know if there are any timing differences between FFTs
within MATLAB, or whether the command-line executable for FFTW is faster or
slower.

Mark
.



Relevant Pages

  • Re: solving a equation with unknown matrix
    ... if that will work with more complex data. ... I want to use matlab to solve this problem.The problem is that the ... for Ax=b where x is the unkown and A a know matrix and b a known ... Roggey ...
    (comp.soft-sys.matlab)
  • Re: Calculate MACs in MATLAB
    ... other practically on matlab so I can't use it. ... you can time your functions then use an approximation to calculate ... or whether the command-line executable for FFTW is faster ... complex data which will solve my problemIf any one know the answer I ...
    (comp.dsp)
  • C code
    ... I have some complex data that I have read into a C++ program and I ... want to write it out into a MATLAB binary file that matlab ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • C code
    ... I have some complex data that I have read into a C++ program and I ... want to write it out into a MATLAB binary file that matlab ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: quadtree traversal algorithm implementation
    ... Mostly Matlab doesn't have pointer and this makes complex data ... shakeham wrote: ...
    (comp.soft-sys.matlab)