Effacer les filtres
Effacer les filtres

how to make frequency domain filtering?!

1 vue (au cours des 30 derniers jours)
Mariam Sheha
Mariam Sheha le 11 Juin 2013
Hey everybody;
I am trying to make a code for "frequency domain filtering" using fourier transform function , but that error is always displayed...
Error Message:
??? Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer.
Error in ==> imformats>find_in_registry
Can anybody help me to solve that problem??!!
Thanks a lot... end
  4 commentaires
Walter Roberson
Walter Roberson le 12 Juin 2013
When the error shows up, it will show the find_in_registry call, but it will also say "called from" and give another line, and that will be "called from" something, and on upwards until eventually it shows which line within your code (above) that the problem is triggered by.
Also we will need to know the name of the .m file that the code was stored in.
Mariam Sheha
Mariam Sheha le 13 Juin 2013
for the error it 's not mentioned the error problem line ...
the name of the file is (ready_code_2)...

Connectez-vous pour commenter.

Réponses (1)

Honglei Chen
Honglei Chen le 11 Juin 2013
What's your script/function name? Just a wild guess, but maybe you are using fft2 as your function name?
  1 commentaire
Mariam Sheha
Mariam Sheha le 12 Juin 2013
Thanks a lot,
no i don't , i know what you mean but i name it by anther name

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by