Skip to main content

Posts

Showing posts from January, 2020

Separate negative and positive value from the array using structure function in LabVIEW

Find an Element of a particular position of 2D array in Lab VIEW

4. Application of Structures function For the 2D array as shown, do the followings without using array functions: a) Get the array size b) Extract an element (i,j) c) Extract a row i d) Extract a column j #indexing is off for both the loop # selecting Last Value

Reverse an array using Structure loop in LabVIEW

5. Reverse Array Reverse the input array given below using structures function

Use of formula loop plot of graph y=sin(x)/x and y=sin(x^2)/x in LabVIEW

1. Formula loop Using formula loop compute y for the following two functions: 𝑦1 = sin(x)/x and 𝑦2 = sin(x2)/x where x varies from 0 to 10 in step of 0.05. Plot 𝑦1 & 𝑦2 vs. x in a single XY graph. Use For Loop and Formula loop for this problem.

Find Factorial of a number using for loop in LabVIEW

 #After 16 factorial the value will become negative, due to having insufficient digit storage. 

Projectile motion using LabVIEW

A projectile is projected with a velocity of V (in m/s) and at an angle  (in degree) to the horizontal. Build a VI to compute (i) Maximum height reached (in meters), (ii) Time of flight (in seconds) and (iii) Range of the projectile (in meters).

How to make dice game by using LabVIEW?

8. Dice Game (Exercise) In a board game a pair of dice (one is 6 sided and the other is 12 sided) is rolled. You win when there is a matching number, or the sum of the numbers rolled is equal to 18. In this problem we would like to build a VI that will do the following: i) Rolls the pair of dice every 100ms and displays the numbers rolled ii) A digital indicator displays the number of times dice rolled iii) An LED glows when you win iv) A digital indicator displays the number of wins v) Program stops after exactly100 rolls.

How to find diagonal element by structure function using LabVIEW?

#indexing is off for while loop #indexing is on for For loop

IIT kanpur,Aerospace (Aerodynamics) Direct Ph,D interview experiences.

INTERVIEW EXPERIENCE IN AEROSPACE(aerodynamics) AT IIT KANPUR FOR DIRECT PhD  My self *********, I have completed my B.Tech (from Mechanical Engineering) in 2018. I wrote GATE 2018 as well as 2019 and got a decent score. B.tech CGPA was moderate. for PhD programme your GATE score and CGPA not really matter a lot it is just a screening and cutoff purpose, but the thing is you have to really passionate about what you are going to do, you need to really strong in your basic engineering and math, Especially in-depth knowledge of your subject of the domain(not necessary bounded by GATE syllabus)  Domains are broadly classified as AERODYNAMICS     Fluid mechanics, Aerofoil theory, Basic of Turbulences, Heat Transfer Flow separation and    Engineering Maths, FLIGHT MECHANICS AND CONTROL   Mechanics, Fluid mechanics, Aerofoil theory, some control system, Engineering Maths. STRUCTURE AND AEROELASTICITY   Strength of materials, Theory ...