There are no reviews yet. Be the first to send feedback to the community and the maintainers!
32-Verilog-Mini-Projects
Implementing 32 Verilog Mini Projects. 32 bit adder, Array Multiplier, Barrel Shifter, Binary Divider 16 by 8, Booth Multiplication, CRC Coding, Carry Select and Carry Look Ahead Adder, Carry Skip and Carry Save Adder, Complex Multiplier, Dice Game, FIFO, Fixed Point Adder and Subtractor, Fixed Point Multiplier and Divider, Floating Point IEEE 754 Addition Subtraction, Floating Point IEEE 754 Division, Floating Point IEEE 754 Multiplication, Fraction Multiplier, High Radix Multiplier, I2C and SPI Protocols, LFSR and CFSR, Logarithm Implementation, Mealy and Moore State Machine Implementation of Sequence Detector, Modified Booth Algorithm, Pipelined Multiplier, Restoring and Non Restoring Division, Sequential Multiplier, Shift and Add Binary Multiplier, Traffic Light Controller, Universal_Shift_Register, BCD Adder, Dual Address RAM and Dual Address ROMSingle-Cycle-Risc-Processor-32-bit-Verilog
Single Cycle RISC MIPS ProcessorHuffman-Encoding-Decoding-For-Image-Compression
Huffman Encoding and Decoding for Image Compression using PythonSimulating-Massive-Multiple-Input-Multiple-Output-and-Small-Cells
Simulating Massive MIMO and Small CellsMastering-Programming-With-Matlab
Hardware-Description-Languages-for-FPGA-Design
My HDL activities appear here. This is for my personal use. PPT's copyrights to University of Colorado Boulder.RISC-Pipelined-Processor-32-bit-Verilog
Simple Pipelined 32 bit RISC ProcessorSingle-Cycle-Risc-Pipelined-Processor-Verilog
Single Cycle MIPS Pipelined Processor using Verilogldpc-encoder-decoder
Introduction-to-FPGA-Design-for-Embedded-Systems
My activities appear here,Copyrights to Colorado Boulder University-This is for personal use.5th-SEM-Materials
Notes, Assignments, Daily lecture screenshots/slides, code for various programs, results, waveforms are available here. Feel free to fork the repository.VLSI-CAD-Part-1-Logic
VLSI-CAD-Part-2-Layout
RISC-Processor-32-bit-Verilog
32 bit RISC Processor25-VLSI-Miniprojects
Implementing all aat topics given to students by collegeDaily-Dose-of-Python-Coding
One question daily. Question is pushed daily before 9:00 PM IST. Workout Problems with me... Learn Python.USB-Blaster-Driver-for-DE10-lite
LZ77-Encoding-and-Decoding-for-Image-Compression
LZ77 Encoding and Decoding for Image Compression with pythonHuffman-Encoding-and-Decoding
Huffman Encoding and Decoding with PythonLZ77-Encoding-and-Decoding
LZ77 Encoding and Decoding with PythonLZ78-Encoding-and-Decoding
LZ78 Encoding and Decoding with PythonIntroduction-to-Power-Electronics
My activities in this course will appear here. Copyrights to University of Colorado Boulder.Multisim
Multisim ProjectsLZ78-Encoding-and-Decoding-For-Image-Compression
LZ78 Encoding and Decoding for Image CompressionSorting-Techniques
Sorting TechniquesJava-Solving-Problems-with-Software
Shannon-Fano-Encoding-and-Decoding-for-Image-Compression
Shannon Fano Encoding and Decoding for Image Compression with PythonAutomation-of-HDL-Lab-evaluation-using-scripts
Speech-Recognition-With-Python
DCS-and-CT-Visualisation-using-MATLAB
DCS and CT Visualization using Matlab6th-SEM-Materials
Notes, Assignments, Daily lecture screenshots/slides, code for various programs, results, waveforms are available here. Feel free to fork the repository.Introduction-to-Programming-With-MATLAB
Automating-Real-World-Tasks-with-python
Divide-and-Conquer-Sorting-and-Searching-and-Randomized-Algorithms
Implementing Algorithms in pythonLZW-Encoding-and-Decoding
LZW Encoding and Decoding Using PythonData-Science-IBM
Capstone ProjectAmazon-Projects
Projects-By-Sudhamshu-B-N
Julia-Scientific-Programming
Julia Scientific Programming68-Geographical-Information-System
Channel-Coding
Channel CodingLabview
Labview Projectssudhamshu091
My activities after July 5 2020 appear here.Scientific-Calculator
Scientific Calculator8051
8051 assembly programmingFPGA-Academic-Digital-Logic-Lab
Innovatefpga-AP049
Project for Innovatefpga contest.72-Basics-of-Geocomputation-and-Geoweb-Services
74-Satellite-based-Navigation-A-Journey-from-GPS-to-Mobile-Phone-Platform
Industrial-IoT-Markets-and-Security
My activities appear here,It is for personal use.Copyrights to University of Colorado BoulderUSB-Blaster-ii-Driver-for-DE10-Nano
60-Application-of-Geoinformatics-in-Ecological-Studies
My IIRS-ISRO course activities and study materials appear here.Copyrights to ISRO-IIRS,This is for my personal use.64-Basics-of-Remote-Sensing-Geographical-Information-System-and-Global-Navigation-SatelliteSystem
USB-Blaster-ii-Driver-for-DE1-Soc
C
CEagle
Eagle PCB Design7th-SEM-Materials
7th sem notes, assignments available here. Feel free to fork this repository.Golomb-Coding
Golomb coding is a lossless data compression method for data compression. I am trying to implement the concept using python.qcl
Learning Quantum Computing and to develop algorithms and implement my new ideas.Introduction-to-Data-Signal-and-Image-Analysis-with-MATLAB
LZW-Encoding-and-Decoding-for-Image-Compression
LZW Encoding and Decoding for Image Compression with Python66-Global-Navigation-Satellite-System
67-Understanding-of-Coastal-ocean-processes-using-Remote-Sensing-and-Numerical-Modelling
65-Remote-Sensing-and-Digital-Image-Analysis
69-RS-GIS-Applications
AWS-Books-and-Papers
This repository is for personal use. Copyrights to AWS.Coding-Club
Trying to solve coding club problems4th-SEM-Materials
Preparing-for-the-Google-Cloud-Professional-Cloud-Architect-Exam
63-RS-Applications-in-Agricultural-Water-Management
My ISRO-IIRS course activities appear here,Copyrights to IIRS,ISROSensors-and-Sensor-Circuit-Design
My MS program activities appear here.It is for my personal use.Copyrights to University of Colorado BoulderShannon-Encoding-and-Decoding
Shannon Encoding and Decoding with PythonRun-Length-Encoding-and-Decoding
Run-length encoding ( RLE) is a form of lossless data compression in which runs of data (sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. This is most useful on data that contains many such runs. I am implementing this using python. One of the easiest algorithms to implement. Just doing it for learning purpose.Arithmetic-Encoding-and-Decoding
The encoding and decoding algorithms perform arithmetic operations on the code string. One recursion of the algorithm handles one data symbol. Arithmetic coding is actually a family of codes which share the property of treating the code string as a magnitude. I am trying to implement the algorithm using python.AICySec
AI for Mobile(Android&iOS) VAPTUltiboard
Ultiboard PCB DesignLove Open Source and this site? Check out how you can help us