필터 지우기
필터 지우기

radargrams with the data values

조회 수: 2 (최근 30일)
kumar panduga
kumar panduga 2016년 10월 8일
A JPEG format browse image based on a data product is plotted. The following parameters are parsed from each RDR frame. RDR Field Variable(s) ----------------- ------------------ RANGE_SHIFT sft ECHO_SAMPLES_REAL re ECHO_SAMPLES_IMAGINARY im SUB_SC_EAST_LONGITUDE slon (orbit start) elon (orbit end) SUB_SC_PLANETOCENTRIC_LATITUDE slat(orbit start) elat (orbit end) The real and imaginary parts of the signal are then joined via a traditional log-scale transform:
sig = 10 * log10 (re^2 + im^2)
Im confused about the axes : took time on x axes and sig values on y axes
The sig is sorted numerically and the mean value for the lowest
100 sig values is added to a running average noise value.
| _*how to find running average noise value*_|
The mean noise is subtracted from each pixel value, transforming
the 'sig' variable into 'san', or 'signal above noise.'
san = 10*log10(10.^(0.1*sig)-10^(0.1*noise));
The san values are scaled so the pixel brightness values
correspond linearly to an absolute range of 0 to 40 decibels.
How to do this one :
Finally, the radargram is shifted to adjust for the RANGE_SHIFT
Can Anyone tell me how to plot jpeg image with san values

답변 (0개)

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by