saroram r


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
233,475
of 302,168

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,591

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 179,627

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


how to call mfile function from gui?i have input image in one call back which i need to pass to the function in mfile....function call should be in another callback..
function pushbutton2_Callback(hObject, eventdata, handles) ention(handles.A,S,S1,S2,S3,S4,S5,S6) ; function pushbutt...

12 years 前 | 1 个回答 | 0

1

个回答

提问


to store the image in separate variable for future operation
ffta=fft2(double(image)); figure,imshow((abs(fftshift(ffta)),[24,10000]) how can i store the image shown in a separate...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how can i generate key for image encryption
its a private key encryption system.help me to generate key.

12 years 前 | 0 个回答 | 0

0

个回答

提问


i have done 2d dft using fft2 and received phase and magnitude image.how to store that image shown using imshow in separate variable.
*imshow(abs(fftshift(image)),[24 10000]).* using this im getting the image but how to store it a separate variable for future o...

12 years 前 | 1 个回答 | 0

1

个回答

提问


i have done 2d dft for image without using function(fft2) and received dft image.now i have to get magnitude and phase image of dft image.help me..
how can i get separated magnitude and phase image..i have done 2d dft without using built-in function.

12 years 前 | 1 个回答 | 0

1

个回答

提问


how can i do 2d dft for image without using built-in function(fft2) and get matrix values for the separated magnitude and phase of an image after 2d dft?
i need to do 2d dft for an image using normal formula and get matrix values for separated mag and phase.

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to do two dimensional discrete fourier transform for image?
code for 2d dft- taking an sample image.output should be in matrix values

13 years 前 | 2 个回答 | 0

2

个回答