Git Product home page Git Product logo

Gunavant's Projects

3x8_decoder_day-007 icon 3x8_decoder_day-007

A decoder is a combinational circuit that converts a coded input into a set of outputs. The implementation is different from that of my implemtation of Encoder.

4x1_demux_day-005 icon 4x1_demux_day-005

A DEMUX is a digital circuit that takes a single input line and forwards it to one of several output lines based on the control signal. In 4x1 Demux for single input there are four outputs.

4x1_mux_day-004 icon 4x1_mux_day-004

A 4X1 MUX is a digital circuit that selects one of four input signals and forwards the selected input to a single output line based on the control signal.

8x3_encoder_day-006 icon 8x3_encoder_day-006

The binary encoder is the combinational circuit which converts the input binary information into the binary code. The Encoder has N outputs and 2^N or fewer inputs.

alu_day-030 icon alu_day-030

An arithmetic logic unit(ALU) is a major component of the central processing unit of the a computer system. It does all processes related to arithmetic and logic operations that need to be done on instruction words.

cla_64 icon cla_64

Carry Look Ahead adder speeds up binary addition by parallelizing carry computation for each bit, reducing propagation delays. (Uses generate/propagate signals, enabling faster addition, but may require more hardware.)

clock_buffer-day-029 icon clock_buffer-day-029

Clock buffers are fairly straight-forward ICs for distributing multiple copies of a clock to multiple ICs with the same frequency requirements.

day10_matlab icon day10_matlab

Task: Print the alphabets E and F using any character. The length and width of the pattern should be same and given during the function start, along with that value the character with which the pattern is printed should also be given Use Switch case for two cases E and F.

day11_matlab icon day11_matlab

Task: Find the four different positive numbers, a, b, c and d, in increasing order: a < b < c < d, and also find if any three of them comprise sides of a right-angled triangle. Return 1 if the condition is ok else 0

day12_matlab icon day12_matlab

Task: Create a matrix which will produce output with following two condition: 1) The difference successive values in a row get incremented by 1 ,when the difference starts from 2 (First and second value difference). 2)Past row last value will be present row's first value

day13_matlab icon day13_matlab

Task: Create a Number line matrix, First row of the matrix should be positive values(i.e) Right side of the zero Number of positive values to be taken is according to the number of column when it moves to new row has to incorporate one value from the left side of the first row and one value in the right.

day14_matlab icon day14_matlab

Task: Print ZigZag pattern with the specified size, length, and character. Staking greater than symbol forms zig-zag line, Take input from the user how much greater than symbol to be stacked and how big the symbol should be and also which character should be incorporated.

day15_matlab icon day15_matlab

Task: Print Square and Rectangle. Take length and breadth as user input if it is square then length=breadth.

day16_matlab icon day16_matlab

Task: Take the lists' end value from the user, starting from 1 till user-entered value find the sum of even numbers, total even numbers, and the sum of odd numbers, total number Odd numbers.

day17_matlab icon day17_matlab

Task: Print Numeric Pattern as shown below. Get user input for the number of lines to be printed.

day19_matlab icon day19_matlab

Task: Print the pyramid pattern using Loops. Take Input from the user for Number of lines in the triangle.

day20_matlab icon day20_matlab

Task: Print Right angled Triangle. Take input from user for number of lines.

day22_matlab icon day22_matlab

Print Right angled Triangle as shown below by taking user input for number of lines.

day23_matlab icon day23_matlab

Task: Create a matrix with pixel value 0 and 255 as like chess board. Take row and column size from the user.

day24_matlab icon day24_matlab

Task: Print Inverted Triangle by taking input form user for number of rows.

day25_matlab icon day25_matlab

Task: Print Diamond shape by taking user input for number of lines or rows

day26_matlab icon day26_matlab

Task: Print Alphabet k and less than symbol by taking user input for number of lines or rows

day27_matlab icon day27_matlab

Task: Print Greater than symbol as shown below by taking user input for number of lines.

day28_matlab icon day28_matlab

Task: Print Hollow Right angled Triangle as shown below by taking user input for number of lines or rows

day29_matlab icon day29_matlab

Task: Print Square from two Triangle as shown below by taking user input for the number of lines or rows Note: Show the difference between two triangles by using two special characters.

day2_matlab icon day2_matlab

Write a function that accepts only a single-digit value from 1 to 9 as input, if it is not within the given limit then print as Invalid output and ask the user to enter the input until they enter a single digit.

day30_matlab icon day30_matlab

Task: Print number EIGHT as shown below by taking user input for the number of lines or rows.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.