{"id":10516,"date":"2020-02-21T16:26:17","date_gmt":"2020-02-21T16:26:17","guid":{"rendered":"https:\/\/www.inspirenignite.com\/vtu\/15ec24p-mathematical-simulation-lab-electronics-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme\/"},"modified":"2020-02-21T16:26:17","modified_gmt":"2020-02-21T16:26:17","slug":"15ec24p-mathematical-simulation-lab-electronics-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/vtu\/15ec24p-mathematical-simulation-lab-electronics-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme\/","title":{"rendered":"15EC24P: Mathematical Simulation Lab Electronics 2nd Sem Syllabus for Diploma DTE Karnataka C15 Scheme"},"content":{"rendered":"<p>Mathematical Simulation Lab detail DTE Kar Diploma syllabus for Electronics And Communication Engineering (EC), C15 scheme is extracted from <a href=\"http:\/\/dte.kar.nic.in\/obe11.shtml\/\" target=\"_blank\" rel=\"noopener\">DTE Karnataka<\/a> official website and presented for diploma students. The course code (15EC24P), and for exam duration, Teaching Hr\/week, Practical Hr\/week, Total Marks, internal marks, theory marks, duration and credits do visit complete sem subjects post given below. The syllabus PDFs can be downloaded from official website.<\/p>\n<p>For all other electronics 2nd sem syllabus for diploma c15 scheme dte karnataka you can visit <a href=\"..\/electronics-2nd-sem-syllabus-for-diploma-c15-scheme-dte-karnataka\">Electronics 2nd Sem Syllabus for Diploma C15 Scheme DTE Karnataka Subjects<\/a>. The detail syllabus for mathematical simulation lab is as follows.<\/p>\n<p><h4>Pre-requisites:<\/h4>\n<ol>\n<li>Familiarity and working knowledge of personal computer.<\/li>\n<li>Elementary knowledge of computer programming and basic understanding of matrices, linear algebra, calculus, trigonometric functions and geometry.<\/li>\n<\/ol>\n<p><h4>Course Objectives:<\/h4>\n<p>Familiarization of the syntax, semantics, data-types and library functions of numerical computing languages such as MATLAB and\/or SCILAB, and application of such languages for implementation\/simulation and visualization of basic mathematical functions relevant to electronics applications.\n<\/p>\n<p><h4>Course Outcomes:<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>UNIT -1: Tutorial and Practice Duration: 24 Hr<br \/>\n<\/h4>\n<p>Demonstrate the following with reference to MATLAB\/ SCILAB (either one or both) environments.<\/p>\n<p>Tutorial<\/p>\n<p><b>Introduction<\/b><\/p>\n<ol>\n<li>Definition, need, and types of programming languages and their selection criterion.<\/li>\n<li>Introduction to MATLAB\/SCILAB (Features, capabilities and applications) and development environment.<\/li>\n<li>Program execution process.<\/li>\n<li>Program format.<\/li>\n<li>Concept and examples of built-in functions and the concept of toolboxes.<\/li>\n<li>Variables and constants: Definition, naming (identifiers or labels for different entities), initialization and accessing of variables. Constants and their representation.<\/li>\n<li>Data types-classification, memory requirement, range of values, usage and type specifiers.<\/li>\n<li>Operators and Operands: Unary and binary operators. Arithmetic, logical, relational, combinational-assignment and special operators. Precedence and associativity. Unary and binary operands.<\/li>\n<li>Statements-tokens and expressions.<\/li>\n<li>Standard input and output statements and plot functions.<\/li>\n<li>Escape characters.<\/li>\n<\/ol>\n<p><b>Control structure<\/b><\/p>\n<ol>\n<li>Branching: Conditional (if, if-else, nested and ladder if-else, switch constructs) and unconditional (break, continue and go to statements).<\/li>\n<li>Looping: Entry controlled (for and while).\t06<\/li>\n<\/ol>\n<p><b>Arrays\/Matrices and strings<\/b><\/p>\n<ol>\n<li>Definition, declaration, initialization (static and run-time or dynamic) and arrays, matricesand strings.<\/li>\n<li>Accessing of strings, array and matrices elements and relevant operations.\t06<\/li>\n<\/ol>\n<p><b>Functions<\/b><\/p>\n<ol>\n<li>Concept, advantages, classification, creation and application of functions.<\/li>\n<li>Comparison of built-in, library and user-defined functions.\t06<\/li>\n<\/ol>\n<p>Practice<\/p>\n<p><b>Write program for the following problems (Assume right units. Search and use library functions wherever possible). Unless specified, built-in functions may be used if necessary.<\/b><\/p>\n<ol>\n<li>Display your country name.<\/li>\n<li>Compute the area and circumference of a circle given the radius.<\/li>\n<li>Compute simple interest given the interest rate, principal and duration.<\/li>\n<li>Compute compound interest given the interest rate, principal, compounding- nature and duration.<\/li>\n<li>Swap contents of two variables without using intermediate variables.<\/li>\n<li>Factorial of a single digit number.<\/li>\n<li>Absolute value of a number.<\/li>\n<li>Largest of three numbers.<\/li>\n<li>Logarithm of a number.<\/li>\n<li>Y=sin(theta1+ theta2)+cos(theta1- theta2) given theta1and theta2in degrees.<\/li>\n<li>Average of N numbers read through keyboard (at run-time).<\/li>\n<li>Average of the numbers in 3&#215;4 matrix.<\/li>\n<li>Plot discharging voltage across capacitor.<\/li>\n<\/ol>\n<p><b>Analyze the program<\/b><\/p>\n<p>Given the program or block of program (Matlab or Scilab), analyze the program and estimate\/predict\/record the output or error as the case may be. Instruct the student to justify the answer\/output. [For e.g., A=246; B=-90; C=A+B*(10\/A) +100; sprintf (&#8216;%f&#8217;, C); in Matlab] Such analysis should be carried out for all the concepts covered in this course.\n<\/ol>\n<\/p>\n<p><h4>UNIT &#8211; II: Graded Exercises Duration: 54 Hr<br \/>\n<\/h4>\n<p>Write the algorithm\/flow-chart and code for the following problems (Assume appropriate data and units wherever necessary. Built-in functions can be used wherever necessary unless specified).<\/p>\n<ol>\n<li>Addition, subtraction and multiplication of two matrices.\t3<\/li>\n<li>Verify whether the given matrix is singular or non-singular and compute its inverse if applicable.\t3<\/li>\n<li>Sorting of 1-D array and searching of an array\/matrix. Also, list the set of numbers that obey a common condition in an array\/matrix using find ( ).\t3<\/li>\n<li>Solve simultaneous equations (maximum of three) using Cramer&#8217;s rule. [Simultaneous equations may be obtained by applying KCL or KVL for a circuit and they can be solved for voltages or currents, respectively]\t3<\/li>\n<li><\/li>\n<ol type=\"i\">\n<li>Show that logio(A*B)=logi0A+ logioB and logio(A\/B)=logi0A-logioB<\/li>\n<li>Plot the voltage across capacitor during charging Vc=Vo[1-e~(t\/RCf\t3<\/li>\n<\/ol>\n<li><\/li>\n<ol type=\"i\">\n<li>Plot a straight line for the given slope and intercept using different plot attributes.<\/li>\n<li>Differentiate and integrate y=mx+c, separately, and display the results on the same plot.\t3<\/li>\n<\/ol>\n<li>Plotyi=A*sin(2nfit), y2=B*cos(2nf2t) and y3=A*sin(2nfit)+B*cos(2nf2t),in time and frequency (after computing DFT or FFT) domains as subplots\t3 and infer the results.<\/li>\n<li>Integrate and differentiate sin(&#8216;x&#8217;) and display the results on the same plot in different colors. Also display sin(&#8216;x&#8217;) on the same plot,\t3<\/li>\n<li>Validate\t|{f(&#8216;x&#8217;)+or-g(&#8216;x&#8217;)}dx = Jf(&#8216;x&#8217;)dx+or- jg(&#8216;x&#8217;)dxfor given trigonometric functions f(&#8216;x&#8217;) and g(&#8216;x&#8217;)visually\/through plots.\t3<\/li>\n<li>Compute mean, median, standard deviation and variance of a set of data using formulae and verify using built-in functions.\t3<\/li>\n<li>Find all the even and prime numbers between two numbers (range).\t3<\/li>\n<li>Demonstrate<\/li>\n<ol type=\"i\">\n<li>reading and display image,<\/li>\n<li>converting color image to gray and black-and-white and plotting their histograms, and<\/li>\n<li>conversion of image file formats.\t3<\/li>\n<\/ol>\n<li>Compare the results of the built-in and user-defined function to compute cos(&#8216;x&#8217;)[the series cos(&#8216;x&#8217;)=1-(x2\/2!)+ (x4\/4!)- (x6\/6!)+ .. can be used]\t3<\/li>\n<li>Write a program to compute roots of a quadratic equation ax2+bx+c=0 given a, b and c\t3<\/li>\n<li>Two open-ended experiments of similar nature and magnitude of the above are to be assigned by the teacher (Student is expected to solve and execute\/simulate independently).\t6<\/li>\n<\/ol>\n<p><h4>Reference Books:<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>Course Delivery:<\/h4>\n<p>The course will be normally delivered through two-hour tutorials and four-hour hands-on practice per week. In Unit-I, tutorials and practice are carried out concurrently. One-hour tutorial followed by two-hour hands-on practice for each of the graded exercises is recommended. However, graded exercise can also be covered at appropriate point of tutorials of Unit-I.\n<\/p>\n<p><h4>Scheme of Evaluation for Semester End Exam<\/h4>\n<ol>\n<li>Short questions on Unit-I (only write-up. 10<\/li>\n<li>Writing steps \/Algorithm\/Procedure and program for two questions from the graded exercises.\t15<\/li>\n<li>Execution\/Implementation\/Simulation\/Interpretation of either one of theprograms written in 2 15<\/li>\n<li>Open-ended problem (Problems not covered in Sl. No. 15 of graded exercise): Writing program andits execution\/implementation.\t05<\/li>\n<li>Viva-voce\t05<\/li>\n<\/ol>\n<p><h4>Note:<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>Laboratory Resource Requirements<\/h4>\n<p>Hardware Requirement:For a batch of 20 students.Computers to students ratio in the laboratory should be 1:1 for a batch of twenty students.<\/p>\n<ol>\n<li>PC systems (latest configurations) 20<\/li>\n<li>Laser Printers\t01<\/li>\n<li>Broad Band Connection\t01<\/li>\n<li>Modern Projector set-up\t01<\/li>\n<li>LAN Switch for Networking(LAN Switch for Networking &#8211; 20 Computers) 01<\/li>\n<li>UPS with Batteries(3Hr Backup) 01<\/li>\n<li>Air Conditioning System\t01<\/li>\n<\/ol>\n<p>Software Requirement:Linux \/ equivalent Operating System, SCILAB (open-source) or MATLAB.\n<\/ol>\n<\/p>\n<p><h4>Model Questions for Semester End Examination<\/h4>\n<p>Write algorithm\/flowchart\/steps\/procedure and programs to solve the following problems. Execution\/ implementation of the programs is under MATLAB or SCILAB environment. This list is only indicative but not exhaustive.<\/p>\n<ol>\n<li>Add, subtract and multiply two 3&#215;3 matrices.<\/li>\n<li>Verify if the given matrix is singular or non-singular. Find its inverse if applicable.<\/li>\n<li>Count number of fail students among N students given their total marks. Also identify the student who has scored exactly 75% and list the students based on their total-marks.<\/li>\n<li>Solve the given three simultaneous equations using Cramer&#8217;s rule.<\/li>\n<li>Plot the voltage across a charging capacitor in an RC circuit. Also demonstrate that log10(A*B)=log10A+log10B.<\/li>\n<li>Convert a A+jB to Pv.Q and vice-versa.<\/li>\n<li>Plot a straight line for the given slope m and intercept C using different line attributes. Integrate and differentiate the line and plot the results on the same plot.<\/li>\n<li>Plot yi=A*sin(2nfit), y2=B*cos(2nf2t) and y3=A*sin(2nfit)+B*cos(2nf2t), in time and frequency (after computing DFT or FFT) domains as subplots.<\/li>\n<li>Validate given trigonometric functions f(&#8216;x&#8217;) and g(&#8216;x&#8217;) visually\/through plots.<\/li>\n<li>Compute mean, median, standard deviation and variance of a set of data such as ages or total marks of 25 students using formulae and verify using built-in functions.<\/li>\n<li>Find all the odd and prime numbers between two numbers (range) 3 and 200.<\/li>\n<li>Demonstrate<\/li>\n<ol type=\"i\">\n<li>reading and display of image of a color image,<\/li>\n<li>converting color image to gray and black-and-white and plotting their histograms, and<\/li>\n<li>conversion of image file formats from bmp to jpg and tiff.<\/li>\n<\/ol>\n<li>Compare the results of the built-in function and user-defined function used to compute cos(&#8216;x&#8217;).<\/li>\n<li>Write a program to compute roots of a quadratic equation ax2+bx+c=0 given a, b and c<\/li>\n<li>Two open-ended experiments of similar to the above are to be assigned by the teacher (Student is expected to solve and execute\/simulate independently).<\/li>\n<p>For example,<\/p>\n<ol type=\"i\">\n<li>Find the factorial of a number using while loop<\/li>\n<li>Plot the forward characteristics of a PN junction diode<\/li>\n<\/ol>\n<\/ol>\n<p>For detail syllabus of all other subjects of BE Electronics, C15 scheme do visit <a href=\"..\/category\/ec-diploma+2nd-sem\">Electronics 2nd Sem syllabus for C15 scheme<\/a>.<\/p>\n<p>Dont forget to <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a> for latest syllabus and results, class timetable and more.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mathematical Simulation Lab detail DTE Kar Diploma syllabus for Electronics And Communication Engineering (EC), C15 scheme is extracted from DTE Karnataka official website and presented for diploma students. The course [&hellip;]<\/p>\n","protected":false},"author":2298,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[3,64],"tags":[],"class_list":["post-10516","post","type-post","status-publish","format-standard","hentry","category-2nd-sem","category-ec-diploma"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts\/10516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/users\/2298"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/comments?post=10516"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts\/10516\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/media?parent=10516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/categories?post=10516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/tags?post=10516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}