{"id":1647,"date":"2024-05-30T10:52:29","date_gmt":"2024-05-30T10:52:29","guid":{"rendered":"https:\/\/skygyan.tech\/?p=1647"},"modified":"2024-05-30T10:52:30","modified_gmt":"2024-05-30T10:52:30","slug":"control-system-lab-experiment-manual-for-diploma-studentpart-2","status":"publish","type":"post","link":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/","title":{"rendered":"Control System Lab Experiment Manual for Diploma Student(Part-2)"},"content":{"rendered":"\n<p>Hello firends,<\/p>\n\n\n\n<p>List of Experiments-<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>To study basic open loop and close loop control systems.<\/li>\n\n\n\n<li>To study the MATLAB package for simulation of control system design.<\/li>\n\n\n\n<li>To obtain a transient response of first order system with unit step input.<\/li>\n\n\n\n<li>To obtain a transient response of second order system with unit step input.<\/li>\n\n\n\n<li>To observe the output waveform of a underdamped system with unit step input.<\/li>\n\n\n\n<li>To observe the output waveform of a over damped system with unit step input.<\/li>\n\n\n\n<li>To observe the output waveform of a undamped system with unit step input.<\/li>\n\n\n\n<li>To observe the output waveform of a Critically damped system with unit step input.<\/li>\n\n\n\n<li>To observe the output waveform of a plant controlled by P controller.<\/li>\n\n\n\n<li>To observe the output waveform of a plant controlled by PI controller.<\/li>\n\n\n\n<li>To observe the output waveform of a plant controlled by PID controller.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\">EXPERIMENT NO:-2<\/h1>\n\n\n\n<p><strong><u>Object:<\/u> <\/strong>To study the MATLAB package for simulation of control system design.<\/p>\n\n\n\n<p><strong><u>APPARATUS REQUIRED<\/u><\/strong><strong><u>:<\/u><\/strong><strong> <\/strong>Matlab Software<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">THEORY:<\/h2>\n\n\n\n<p>To start MATLAB click on the MATLAB icon or type in MATLAB, followed by pressing the <em>enter <\/em>or <em>return <\/em>key at the system prompt. The screen will produce the MATLAB prompt &gt;&gt; (or EDU &gt;&gt;), which indicates that MATLAB is waiting for a command to be entered. In order to quit MATLAB, <em>type quit <\/em>or <em>exit <\/em>after the prompt, followed by pressing the <em>enter <\/em>or <em>return <\/em>key.<\/p>\n\n\n\n<p><strong>Display Windows<\/strong><strong><\/strong><\/p>\n\n\n\n<p>MATLAB has three display windows. They are<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A <em>Command Window <\/em>which is used to enter commands and data to display plots and graphs.<\/li>\n\n\n\n<li>A <em>Graphics Window <\/em>which is used to display plots and graphs<\/li>\n\n\n\n<li><em>An Edit Window <\/em>which is used to create and modify M-files. M-files are files that contain a program or script of MATLAB commands.<\/li>\n<\/ol>\n\n\n\n<p><strong>Entering Commands<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Every command has to be followed by a carriage return &lt;cr&gt; (enter key) in order that the command can be executed. MATLAB commands are case sensitive and <em>lower case <\/em>letters are used throughout.To execute an <em>M-file <\/em>(such as Project_1.m), simply enter the name of the file without its extension (as in Project_1).<\/p>\n\n\n\n<p>In order to see some of the MATLAB capabilities, enter the <em>demo <\/em>command. This will initiate the <em>MATLAB EXPO. MATLAB Expo <\/em>is a graphical demonstration environment that shows some of the different types of operations which can be conducted with MATLAB.<\/p>\n\n\n\n<p><strong>Abort<\/strong><strong><\/strong><\/p>\n\n\n\n<p>In order to <em>abort <\/em>a command in MATLAB, hold down the control key and press c to generate a local abort with MATLAB.<\/p>\n\n\n\n<p><strong>The Semicolon (;)<\/strong><strong><\/strong><\/p>\n\n\n\n<p>If a semicolon (;) is typed at the end of a command the output of the command is not displayed.<\/p>\n\n\n\n<p><strong>Typing %<\/strong><strong><\/strong><\/p>\n\n\n\n<p>When percent symbol (%) is typed in the beginning of a line, the line is designated as a comment. When the <em>enter <\/em>key is pressed the line is not executed.<\/p>\n\n\n\n<p><strong>The clc Command<\/strong><strong><\/strong><\/p>\n\n\n\n<p>Typing <em>clc <\/em>command and pressing <em>enter <\/em>cleans the command window. Once the<\/p>\n\n\n\n<p><em>clc <\/em>command is executed a clear window is displayed.<\/p>\n\n\n\n<p><strong>Help<\/strong><strong><\/strong><\/p>\n\n\n\n<p>MATLAB has a host of built-in functions. For a complete list, refer to MATLAB user\u2019s guide or refer to the <em>on line Help<\/em>. To obtain help on a particular topic in the list, <em>e.g.<\/em>, inverse, type <em>help inv<\/em>.<\/p>\n\n\n\n<p>MATLAB has an excellent collection of commands and functions that are useful for solving control engineering problems. Plotting root loci, Bode diagrams, polar plots, Nyquist plot, Nichols plot, and state space method are obtained using MATLAB.Transient responses include the step response, impulse response, and ramp response. They are often used to investigate the time-domain characteristics of control systems. Transient response characteristics including the rise time, peak time, maximum overshoot, settling time, and steady state error can be obtained from the step response. When the numerator and denominator of a closed-loop transfer function are known, the commands<\/p>\n\n\n\n<p>step <strong>(num, den), step (num, den, <em>t<\/em>) <\/strong>in MATLAB can be used to generate plots of unit- step responses. Here, <em>t <\/em>is the user specified time.<\/p>\n\n\n\n<p>The MATLAB command \u2018\u2018bode\u2019\u2019 obtains the magnitudes and phase angles of the frequency response of continuous \u2013 time, linear, time \u2013 invariant systems. The MATLAB bode commands commonly used are:<\/p>\n\n\n\n<p>Bode(num, den) bode(num, den, <em>W<\/em>) bode(<em>A<\/em>, <em>B<\/em>, <em>C<\/em>, <em>D<\/em>) (3.36)<\/p>\n\n\n\n<p>bode(<em>A<\/em>, <em>B<\/em>, <em>C<\/em>, <em>D<\/em>, <em>W<\/em>)<\/p>\n\n\n\n<p>bode(sys)<\/p>\n\n\n\n<p>where <em>w <\/em>is the frequency vector.<\/p>\n\n\n\n<p>MATLAB bode commands with left hand arguments commonly used are: [mag, phase, <em>w<\/em>] = bode (num, den)<\/p>\n\n\n\n<p>[mag, phase, <em>w<\/em>] = bode (num, den, <em>w<\/em>)<\/p>\n\n\n\n<p>[mag, phase, <em>w<\/em>] = bode (A, B, C, D)<\/p>\n\n\n\n<p>[mag, phase, <em>w<\/em>] = bode (A, B, C,D, <em>w<\/em>)<\/p>\n\n\n\n<p>[mag, phase, <em>w<\/em>] = bode (A, B, C, D, iu, <em>w<\/em>) [mag, phase, <em>w<\/em>] = bode (sys)<\/p>\n\n\n\n<p>The MATLAB commands given returns the frequency response of the system in matrices mag, phase, and <em>w<\/em>. The plot is not drawn on the screen. The matrices mag,phase provide the magnitudes and phase angles of frequency response of the system, computed at the specified frequency points.<\/p>\n\n\n\n<p>The magnitude may be converted into decibles using the MATLAB statement magdB = 20 * log 10 (mag)<\/p>\n\n\n\n<p>In MATLAB , the following command logspace (<em>d<\/em>1, <em>d<\/em>2 )<\/p>\n\n\n\n<p>or logspace(<em>d<\/em>1, <em>d<\/em>2, <em>n<\/em>). logspace(<em>d<\/em>1, <em>d<\/em>2) are used to specify the frequency range<\/p>\n\n\n\n<p>that will generate a vector of 50 points logarithmically equally speed between decades 10<em>d<\/em>1 and 10<em>d<\/em>2<\/p>\n\n\n\n<p>The MATLAB command<\/p>\n\n\n\n<p><em>w <\/em>= logspace (\u2013 1, 2)<\/p>\n\n\n\n<p>may be used to generate 50 points between 0.1 and 100 rad\/sec. Similarly, the MATLAB command<\/p>\n\n\n\n<p>logspace (<em>d<\/em>1, <em>d<\/em>2, <em>n<\/em>)<\/p>\n\n\n\n<p>generates <em>n <\/em>points logarthimatically equally spaced between 10d1 and 10d2 where by the <em>n <\/em>points include both the endpoints. The MATLAB command<\/p>\n\n\n\n<p>nyquist (num, den)<\/p>\n\n\n\n<p>Draw the Nyquist plot of the transfer function<\/p>\n\n\n\n<p><em>G<\/em>(<em>s<\/em>) = num(s)\/den(s)<\/p>\n\n\n\n<p>where num and den contain the polynomial coefficients in descending powers of <em>s<\/em>. The other MATLAB command uses for drawing Nyquist plots are:<\/p>\n\n\n\n<p>nyquist (num, den, <em>w<\/em>) nyquist (<em>A<\/em>, <em>B<\/em>, <em>C<\/em>, <em>D<\/em>)<\/p>\n\n\n\n<p>nyquist (<em>A<\/em>, <em>B<\/em>, <em>C<\/em>, <em>D<\/em>, <em>w<\/em>)<\/p>\n\n\n\n<p>nyquist (A, B, C, D, iu, w) (3.48) nyquist (sys)<\/p>\n\n\n\n<p>where w is the frequency vector.<\/p>\n\n\n\n<p>The MATLAB command involving the user \u2013 specified vector w in computes the frequency response at the specified frequency points. The following MATLAB commands<\/p>\n\n\n\n<p>[re, im, w] = nyquist (num, den) [re, im, w] = nyquist (num, den, w) [re, im, w] = nyquist (A, B, C, D)<\/p>\n\n\n\n<p>[re, im, w] = nyquist (A, B, C, D, w)<\/p>\n\n\n\n<p>[re, im, w] = nyquist (A, B, C, D, iu, w) [re, im, w] = nyquist (sys)<\/p>\n\n\n\n<p>are used to obtain the frequency response of the system in the matrices Re, im, and<\/p>\n\n\n\n<p>w. The plot is not drawn on the screen. The matrices Re and im contain the real and imaginary parts of the frequency response of the system, computed at the frequency points specified in the vector w.<\/p>\n\n\n\n<p><strong>Result<\/strong>:- We have studied the MATLAB package for simulation of control system design.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello firends, List of Experiments- EXPERIMENT NO:-2 Object: To study the MATLAB package for simulation of control system design. APPARATUS REQUIRED: Matlab Software THEORY: To start MATLAB click on the MATLAB icon or type in MATLAB, followed by pressing the enter or return key at the system prompt. The screen will produce the MATLAB prompt [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[627,622,628,623,626],"class_list":["post-1647","post","type-post","status-publish","format-standard","hentry","category-diploma","tag-controllabmanual","tag-controlsystem","tag-controlsystemecperiment","tag-controlsystemlab","tag-controlsystemlabmanual"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan\" \/>\n<meta property=\"og:description\" content=\"Hello firends, List of Experiments- EXPERIMENT NO:-2 Object: To study the MATLAB package for simulation of control system design. APPARATUS REQUIRED: Matlab Software THEORY: To start MATLAB click on the MATLAB icon or type in MATLAB, followed by pressing the enter or return key at the system prompt. The screen will produce the MATLAB prompt [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\" \/>\n<meta property=\"og:site_name\" content=\"SkyGyan\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-30T10:52:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-30T10:52:30+00:00\" \/>\n<meta name=\"author\" content=\"skygyanweb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"skygyanweb\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\"},\"author\":{\"name\":\"skygyanweb\",\"@id\":\"https:\/\/skygyan.tech\/#\/schema\/person\/67003e4d070d2c7fe186eeb918489147\"},\"headline\":\"Control System Lab Experiment Manual for Diploma Student(Part-2)\",\"datePublished\":\"2024-05-30T10:52:29+00:00\",\"dateModified\":\"2024-05-30T10:52:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\"},\"wordCount\":1119,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/skygyan.tech\/#organization\"},\"keywords\":[\"#controllabmanual\",\"#controlsystem\",\"#controlsystemecperiment\",\"#controlsystemlab\",\"#controlsystemlabmanual\"],\"articleSection\":[\"Diploma\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\",\"url\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\",\"name\":\"Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan\",\"isPartOf\":{\"@id\":\"https:\/\/skygyan.tech\/#website\"},\"datePublished\":\"2024-05-30T10:52:29+00:00\",\"dateModified\":\"2024-05-30T10:52:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skygyan.tech\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Control System Lab Experiment Manual for Diploma Student(Part-2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skygyan.tech\/#website\",\"url\":\"https:\/\/skygyan.tech\/\",\"name\":\"SkyGyan\",\"description\":\"Explore Unlimited Knowledge\",\"publisher\":{\"@id\":\"https:\/\/skygyan.tech\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skygyan.tech\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skygyan.tech\/#organization\",\"name\":\"SkyGyan\",\"url\":\"https:\/\/skygyan.tech\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/skygyan.tech\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skygyan.tech\/wp-content\/uploads\/2023\/06\/cropped-cropped-cropped-logo2-removebg-preview-1.png\",\"contentUrl\":\"https:\/\/skygyan.tech\/wp-content\/uploads\/2023\/06\/cropped-cropped-cropped-logo2-removebg-preview-1.png\",\"width\":149,\"height\":149,\"caption\":\"SkyGyan\"},\"image\":{\"@id\":\"https:\/\/skygyan.tech\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/skygyan.tech\/#\/schema\/person\/67003e4d070d2c7fe186eeb918489147\",\"name\":\"skygyanweb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/skygyan.tech\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5cd0b1479c33db8070fcb1632b5a1f7c7a3d24d740f5a53f18a69d25ed355d50?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5cd0b1479c33db8070fcb1632b5a1f7c7a3d24d740f5a53f18a69d25ed355d50?s=96&d=mm&r=g\",\"caption\":\"skygyanweb\"},\"sameAs\":[\"https:\/\/skygyan.tech\"],\"url\":\"https:\/\/skygyan.tech\/index.php\/author\/skygyanweb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/","og_locale":"en_US","og_type":"article","og_title":"Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan","og_description":"Hello firends, List of Experiments- EXPERIMENT NO:-2 Object: To study the MATLAB package for simulation of control system design. APPARATUS REQUIRED: Matlab Software THEORY: To start MATLAB click on the MATLAB icon or type in MATLAB, followed by pressing the enter or return key at the system prompt. The screen will produce the MATLAB prompt [&hellip;]","og_url":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/","og_site_name":"SkyGyan","article_published_time":"2024-05-30T10:52:29+00:00","article_modified_time":"2024-05-30T10:52:30+00:00","author":"skygyanweb","twitter_card":"summary_large_image","twitter_misc":{"Written by":"skygyanweb","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#article","isPartOf":{"@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/"},"author":{"name":"skygyanweb","@id":"https:\/\/skygyan.tech\/#\/schema\/person\/67003e4d070d2c7fe186eeb918489147"},"headline":"Control System Lab Experiment Manual for Diploma Student(Part-2)","datePublished":"2024-05-30T10:52:29+00:00","dateModified":"2024-05-30T10:52:30+00:00","mainEntityOfPage":{"@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/"},"wordCount":1119,"commentCount":0,"publisher":{"@id":"https:\/\/skygyan.tech\/#organization"},"keywords":["#controllabmanual","#controlsystem","#controlsystemecperiment","#controlsystemlab","#controlsystemlabmanual"],"articleSection":["Diploma"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/","url":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/","name":"Control System Lab Experiment Manual for Diploma Student(Part-2) - SkyGyan","isPartOf":{"@id":"https:\/\/skygyan.tech\/#website"},"datePublished":"2024-05-30T10:52:29+00:00","dateModified":"2024-05-30T10:52:30+00:00","breadcrumb":{"@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skygyan.tech\/index.php\/2024\/05\/30\/control-system-lab-experiment-manual-for-diploma-studentpart-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skygyan.tech\/"},{"@type":"ListItem","position":2,"name":"Control System Lab Experiment Manual for Diploma Student(Part-2)"}]},{"@type":"WebSite","@id":"https:\/\/skygyan.tech\/#website","url":"https:\/\/skygyan.tech\/","name":"SkyGyan","description":"Explore Unlimited Knowledge","publisher":{"@id":"https:\/\/skygyan.tech\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skygyan.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/skygyan.tech\/#organization","name":"SkyGyan","url":"https:\/\/skygyan.tech\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/skygyan.tech\/#\/schema\/logo\/image\/","url":"https:\/\/skygyan.tech\/wp-content\/uploads\/2023\/06\/cropped-cropped-cropped-logo2-removebg-preview-1.png","contentUrl":"https:\/\/skygyan.tech\/wp-content\/uploads\/2023\/06\/cropped-cropped-cropped-logo2-removebg-preview-1.png","width":149,"height":149,"caption":"SkyGyan"},"image":{"@id":"https:\/\/skygyan.tech\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/skygyan.tech\/#\/schema\/person\/67003e4d070d2c7fe186eeb918489147","name":"skygyanweb","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/skygyan.tech\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5cd0b1479c33db8070fcb1632b5a1f7c7a3d24d740f5a53f18a69d25ed355d50?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5cd0b1479c33db8070fcb1632b5a1f7c7a3d24d740f5a53f18a69d25ed355d50?s=96&d=mm&r=g","caption":"skygyanweb"},"sameAs":["https:\/\/skygyan.tech"],"url":"https:\/\/skygyan.tech\/index.php\/author\/skygyanweb\/"}]}},"_links":{"self":[{"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/posts\/1647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/comments?post=1647"}],"version-history":[{"count":2,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/posts\/1647\/revisions"}],"predecessor-version":[{"id":1649,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/posts\/1647\/revisions\/1649"}],"wp:attachment":[{"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/media?parent=1647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/categories?post=1647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/skygyan.tech\/index.php\/wp-json\/wp\/v2\/tags?post=1647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}