필터 지우기
필터 지우기

creating a frame

조회 수: 2 (최근 30일)
PChoppala
PChoppala 2011년 10월 14일
Hi
Want to clarify a simple doubt I have, which was posted earlier, but had not got a reply.
Does
a = randn(20,20)
imshow(a, [ ])
create a frame with 20x20 pixel, size of each pixel being 1x1, the values of the pixels are Gaussian and the intensity(values of the pixels) are gray linear scale?
Does
a = 3*randn(20,20)
imshow(a, [ ])
create a frame with the same specifications, now that the values are Gaussian with a standard deviation of '3'??
Awaiting your advice
Cheers
P

답변 (1개)

Walter Roberson
Walter Roberson 2011년 10월 14일
No, and No.
randn() cannot produce numbers beyond +/- realmax. No fixed finite range of numbers can have a gaussian distribution. A gaussian distribution has an infinite tail, always.
  댓글 수: 1
PChoppala
PChoppala 2011년 10월 14일
Well, can you please advise what I should use?
I was assuming randn gives uniformly distributed numbers...to be Gaussian.
Anyway, can you help me to get a frame with the above specifications?

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by