Sourabh Suri (sourabh-suri)

sourabh-suri

Geek Repo

Company:Indian Institute of Technology, Bombay

Location:Delhi

Home Page:https://sourabh-suri.github.io

Github PK Tool:Github PK Tool

Sourabh Suri's repositories

Pan-Card-OCR

Classification of KYC documents and OCR extraction

Language:Jupyter NotebookLicense:MITStargazers:60Issues:4Issues:5
Language:HTMLStargazers:13Issues:1Issues:0

Sudoku-Solver

A brute force algorithm on hardware is used to solve a sudoku. When a valid fill is not found backtracking is done. Backtracking is repeated until last number is a valid guess i.e guess out of 1 to 9. Digital logic realised using priority encoders and multiplexers.

Language:VHDLStargazers:13Issues:2Issues:0

16x16-bit-Dada-multiplication

Design a Dadda multiplier for unsigned 16x16 bit multiplication with a Brent Kung adder for the final addition in synthesizable VHDL.

Language:VHDLStargazers:12Issues:2Issues:0

32-bit-Brent-Kung-architecture

Brent Kung architecture for adding 32 bit operands.

Language:VHDLStargazers:10Issues:2Issues:0

Home-Equipment-Profiling

An embeded system with a user friendly GUI, web page hosted over server. Optimize the intensity of a LED light fixature with logarithmic variation of light Controlling the speed of fan for a particular work station.

Language:CStargazers:10Issues:1Issues:0

Code-Conversions-in-Assembly

This repo contains four conversion codes as follows: An ALP to convert decimal number to its equivalent hexadecimal number. Input Register is R0, Output Register is R1. An ALP to convert hexadecimal number to its equivalent decimal number. Input Register is R0, Output Register is R2. An ALP to convert decimal number to its equivalent ASCII code. Input Register is R1. An ALP to convert BCD to its equivalent ASCII code. Input Register is R0.

Language:AssemblyStargazers:7Issues:1Issues:0

6-Pulse-Converter-using-Simulink

Three-phase Graetz bridge rectifier or six-pulse bridge with switching control circuit to study sending end of HVDC Link.

Money-Order

An Android App đź’˛ that is capable of doing OFFLINE PAYMENT transactions.

Language:JavaStargazers:6Issues:1Issues:0
Language:Jupyter NotebookStargazers:5Issues:2Issues:0

Monopolar-HVDC-Link

Monopolar HVDC Link Line Calculations for sending and receiving end voltage and power with power factor

Language:MatlabStargazers:5Issues:1Issues:0

WWE-Tapout

Two Players Agility Fighting :men_wrestling: WWE Game.

Language:JavaStargazers:5Issues:1Issues:0

Arithmetic-Operation-in-Assembly

An Assembly Language Program to add, subtract & multiply, division of two 8 bit numbers. Numbers are in Register in R1 & R2. Result of addition in register in R0, subtraction in R3, borrow if any in R4, Result of multiplication in Register R5 & R6, & Result of division, quotient in R7, Remainder in R0 of RB1.

Language:AssemblyStargazers:4Issues:1Issues:0

Bubble-Sorting-in-Assembly

An Assembly Language Program to sort a given array present in external memory with a starting address 9000h and size of an array is 10h using bubble sort technique.

Language:AssemblyStargazers:4Issues:1Issues:0

Factorial-Operation-in-Assembly

A few random unsigned integers are stored from the internal data memory location 31H onwards. Number of term (N) is available in location 30H. Assuming that none of these numbers is greater than 5, hence an ALP to find the factorials of these integers and then find their sum. Assuming that the sum would not exceed 8-bit value.

Language:AssemblyStargazers:4Issues:1Issues:0

Finding-Largest-Element-in-an-Array-using-Assembly

An ALP to find largest elements in a given array present in external memory with a starting address 9000h and size of array is 10.

Language:AssemblyStargazers:4Issues:1Issues:0

Power-Spectrum-of-a-Signal

A MATLAB PROGRAM FOR DETERMINATION OF POWER SPECTRUM OF A GIVEN SEQUENCE

Language:MatlabStargazers:4Issues:1Issues:0

Decimation-Process-using-MATLAB-code

A PROGRAM TO IMPLEMENT THE DECIMATION PROCESS IN MATLAB PROGRAM

Language:MatlabStargazers:3Issues:1Issues:0

Digital-Counters-in-Assembly-Code

An ALP to illustrate hexadecimal up counter, hexadecimal down counter, decimal up counter & decimal down counter with a given starting and ending value. Starting Range is 00H, Ending Range is 0FFH, Register used R0, R1, R3, R6.

Language:AssemblyStargazers:3Issues:1Issues:0

Questor

Scan & Search text from hardcopy books and images! :book: :mag:

Language:JavaStargazers:3Issues:1Issues:0

PlaceMentor

:mortar_board: PlaceMentor helps you to get information regarding Oncampus companies visit! Designed for Jamians.

Language:HTMLStargazers:2Issues:1Issues:0
Language:ShellStargazers:0Issues:2Issues:0

Singleton-Class

How to use one instance of class for different several other classes?

Language:C++Stargazers:0Issues:1Issues:0