File:160 by 160 thumbnail of 'Green Sea Shell' - 4. fourier reconstruction from 40 x 40 (aliasing ).png

Summary

Description
English: 160_by_160_thumbnail_of_'Green_Sea_Shell' - 3. fourierreconstruction from 40 x 40 (non-llowpass filtered one!), with serious aliasing artifacts

matlab Code: filt=zeros(160,160); filt(1:20,1:20)=1; filt(end-19:end,1:20)=1; filt(1:20,end-19:end)=1; filt(end-19:end,end-19:end)=1; x160_f(:,:,1)=ifft2(fft2(double(x160(:,:,1))).*filt); %nyquist lowpass filter x160_f(:,:,2)=ifft2(fft2(double(x160(:,:,2))).*filt); x160_f(:,:,3)=ifft2(fft2(double(x160(:,:,3))).*filt);

x160_d(:,:,1)=x160(1:4:end,1:4:end,1); %downsampling to 40x40 of the NON_NYQUIST LOWPASS FILTER IMAGE by nearest neighbour -> ALIASING x160_d(:,:,2)=x160(1:4:end,1:4:end,2); x160_d(:,:,3)=x160(1:4:end,1:4:end,3);

x160_i(:,:,1)=interpft(interpft(x160_d(:,:,1),160,1),160,2); %%reconstruction in fourierdomain to 160x160 by high freqeuncy padding x160_i(:,:,2)=interpft(interpft(x160_d(:,:,2),160,1),160,2); x160_i(:,:,3)=interpft(interpft(x160_d(:,:,3),160,1),160,2);

figure; imagesc(uint8(real(x160_i)))) % clipping/saturating to 0...255 by uint8
Date
Source File:160_by_160_thumbnail_of_'Green_Sea_Shell'.png
Author James Petts / shaddim

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

1 April 2016

image/png

5f6fdaef12974fbc7b6d045a8d41ebd318fb6bd0

21,183 byte

162 pixel

162 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:02, 21 May 2022Thumbnail for version as of 06:02, 21 May 2022162 × 162 (21 KB)PhreneticcReduced "weight" of the file.
11:33, 3 April 2016Thumbnail for version as of 11:33, 3 April 2016162 × 162 (72 KB)ShaddimUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: