Bikram Keshari Sahoo
Learning & growing is a lifetime process for me
Skills Acquired at Skill-Lync :
Introduction
9 Projects
Week 2- 2R Robotic Arm Challenge
https://drive.google.com/file/d/1uX4UY3Te3ddlbsSClID_7oRhreiw6RtX/view?usp=sharing % Forward kinematics of a 2R robotics arm % inputs l1=1; l2=0.5; theta1=linspace(0,90,10); theta2=linspace(0,90,10); ct=1; for i= 1:length(theta1) THETA1=theta1(i); for j= 1:length(theta2) THETA2=theta2(j); x0=0; y0=0; x1=l1*cosd(THETA1);…
26 Feb 2022 06:28 PM IST
Week 3 - Solving second order ODEs
% solvikg the second order ODE clear all close all clc % inputs l = 1; b = 0.05; m = 1; g = 9.81; % initial condition theta = [0;3]; % time points t_span = linspace(0,20,500); % solve ODE [t,results] = ode45(@(t,theta) Ode_func(t,theta,b,g,l,m),t_span,theta); figure(1) plot(t,results(:,1)) hold on plot(t,results(:,2))…
05 Mar 2022 02:50 PM IST
Week 4.1 - Genetic Algorithm
Genetic Algorithm A genetic algorithm is an algorithm that imitates the process of natural selection.They help solve optimization and search problems. The concept of algorithm is a search technique often used to compute science to find to complex nonobvious solution to algorithimic optimisation and search problems. For…
17 Apr 2022 11:25 AM IST
Project 1 - Parsing NASA thermodynamic data
clear all close all clc % opening & reading the required file file= fopen('THERMO.dat','r') % heading line1=fgetl(file) % global temperature values line2=fgetl(file) % next three lines are comments des_1=fgetl(file) des_2=fgetl(file) des_3=fgetl(file) t=strsplit(line2); global_low_temperature=str2num(t{2}); global_mid_temperature=str2num(t{3});…
18 Apr 2022 05:18 PM IST
Project 2 - Rankine cycle Simulator
clear all close all clc % step 1 % print description of all process fprintf('RANKINE CYCLE SIMULATOR'); fprintf('1-2 Isentropic expansion in the turbine'); fprintf('Constant pressure heat rejection by the condenser'); fprintf('Isentropic compression in the pump'); fprintf('Constant pressure heat addition by the boiler');…
18 Apr 2022 05:50 PM IST
Week -2
1- Simulink model of door bell using a solenoid block Scope - Gives the plots of the output Pulse generator - It is an analog input has an amplitude & frequency with which input is transmitted PS simulink & Simulink PS - These are basically the converter from physical system to simulink signals & vice versa…
29 May 2022 02:49 PM IST
Project
Objective 1. Study the BAJA ATV model without dashboard 2. Study the BAJA ATV model with dashboard 3. Study the BAJA ATV model using lookup table without dashboard 4. Study the BAJA ATV model using lookup table with dashboard Study 1 By using simulink model of CVT consists of signal builder,generic engine,motion sensors,vehicle…
10 Jun 2022 06:39 PM IST
Week - 4
1.Implement control logic of a “washing machine” using Stateflow as per given sequence: Below points are the processes a washing machine follow during wash -Power supply -water -Soaking -Washing -Rinsing -Drying Stateflow:- The two inputs are given for the power & water supply. Once the inputs are given…
12 Jun 2022 02:31 PM IST
Week 4-1D Element Creation Challenge
1. Import the given Component using the Import option in Hypermesh. Fig: Imported Parallel Bracket Model 2. Creating a Mid-surface of the given component by using Geom-midsurface option. 3. After creating a Mid surface of the given component,…
06 Aug 2022 05:12 PM IST
2 Course Certificates
Academic Qualification
B.Tech
Biju Patnaik University of Technology Rourkela Odisha
05 Oct 2010 - 11 Jun 2014
12th
Paradeep College, Paradeep
07 Aug 2008 - 02 Apr 2010
10th
NAC Municipal High School
10 May 2007 - 05 Mar 2008
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner