File:Carotid Fractal.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(800 × 702 pixels, file size: 24 KB, MIME type: image/png)

Summary

Description
English: Carotid-Kundalini functions. Matlab code to generate the image can be found at http://smallsats.org/2014/01/03/carotid-kundalini-function/
Date
Source Own work
Author Vardan Semerjyan

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.

Matlab src code

clc; clear all; close all;

figure('Position',[0 0 800 800])
hold on;
x  = -1:0.005:1;
sz = size(x);
for n = 1:15
    for i = 1:sz(2)
        CK(i) = cos(n*x(i)*acos(x(i)));
    end
plot(x,CK,'k');
axis off;
end

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

14 January 2014

image/png

a8de49e04ce2e64ba7eec921cd94b9b83b6f5163

24,350 byte

702 pixel

800 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:48, 14 January 2014Thumbnail for version as of 11:48, 14 January 2014800 × 702 (24 KB)Sevard orgUser 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:

Metadata