how to make frequency domain filtering?!
이전 댓글 표시
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
Walter Roberson
2013년 6월 11일
Please show your code, and show the traceback from find_in_registry to your code.
Mariam Sheha
2013년 6월 11일
Walter Roberson
2013년 6월 12일
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
2013년 6월 13일
답변 (1개)
Honglei Chen
2013년 6월 11일
0 개 추천
What's your script/function name? Just a wild guess, but maybe you are using fft2 as your function name?
카테고리
도움말 센터 및 File Exchange에서 Frequency Transformations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!