Re: Calculate MACs in MATLAB
- From: "pikey" <pikie@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 17:09:22 -0500
MATLABI am doing a project in matlab to compare the computational complexitiesof
two systems the problem I have is that I need to work out how manymultiply
and adds a 150 point ifft uses in matlab from what I can work out
(floatinguses the Prime Factor algorithm to do this but I am having troubleworking
out how many MACS are done. Does matlab have the ability to feed backthis
information?
Thanks
Pikey
Well, MATLAB used to allow you to calculate the number of flops
point operations), but as the help on flops indicates, since theinclusion
of LAPACK it is no longer practical. You can time the two functionsusing
tic (before the function call) and toc (after the function call) andAgree the tic toc is useful but I am doing one method by hand and the
compare times, which should give you an approximation of relative
complexity assuming the arrays have the same memory structure.
Mark
other practically on matlab so I can't use it.
Pikey
.
- Follow-Ups:
- Re: Calculate MACs in MATLAB
- From: markt
- Re: Calculate MACs in MATLAB
- References:
- Calculate MACs in MATLAB
- From: pikey
- Re: Calculate MACs in MATLAB
- From: markt
- Calculate MACs in MATLAB
- Prev by Date: Re: Filtering options for reflected signal with noise
- Next by Date: Re: Filtering options for reflected signal with noise
- Previous by thread: Re: Calculate MACs in MATLAB
- Next by thread: Re: Calculate MACs in MATLAB
- Index(es):
Relevant Pages
|