필터 지우기
필터 지우기

how to correct this error?

조회 수: 1 (최근 30일)
prabhu singh
prabhu singh 2023년 1월 15일
댓글: Image Analyst 2023년 1월 15일
L=90;
M=90;
T=csvread('read.csv');
f=abs(fftshift(fft2(T)));
a=-L/2*0.12:0.12:0.12*L/2;
b=-M/2*0.20:0.20:0.20*M/2;
t=(a.^2-b.^2)/(2.*a);
f_t=20*log10(f);
figure
imagesc(t,b,f_t)
grid on
axis equal
title('after shift')
axis tight
colormap (hot);
figure
imagesc(a,b,f_t)
grid on
axis equal
axis tight
title('before shift')
colormap (hot);
if my data is shifted wrt t then the place from where the data is shifted towards the positive axis that place should be white blocks
  댓글 수: 3
prabhu singh
prabhu singh 2023년 1월 15일
but with other data why i am not able to see white box..bcoz other data is also shifted at the same time
Image Analyst
Image Analyst 2023년 1월 15일
I don't know. You didn't post/attach the other data.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by