• Stars
    star
    17
  • Rank 1,223,733 (Top 25 %)
  • Language
    MATLAB
  • License
    The Unlicense
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A mobile phone jammer is an instrument used to prevent cellular phones from receiving signals from base stations. When used, the jammer effectively disables cellular phones. These devices can be used in practically any location, but are found primarily in places where a phone call would be particularly disruptive because silence is expected.

More Repositories

1

COMP-SCI-7314---Introduction-to-Statistical-Machine-Learning

This repository contains assignments solutions for one of my postgraduate subjects of COMP SCI 7314 - Introduction to Statistical Machine Learning. The programming language is Python.
Jupyter Notebook
10
star
2

Person-Retrieval-AVSS-2018

Implementation of our IEEE AVSS 2018 paper "Person Retrieval in Surveillance Video using Height, Color, and Gender".
Python
8
star
3

COMP-SCI-7201---Algorithm-Data-Structure-Analysis

This repository contains assignment, tutorials, practical exam and solutions for one of my postgraduate subjects of COMP SCI 7201 - Algorithm Data Structure Analysis. The programming language is C++ and some solutions will be in Python and JAVA.
C++
8
star
4

AWS-ML

This repository contains course material, codes, and other components for the AWS ML Foundation Course Scholarship from Udacity.
Jupyter Notebook
7
star
5

COMP-SCI-7081---Computer-Systems

This repository contains assignments, quizzes, workshops, and practical exam solutions for one of my postgraduate subjects of COMP SCI 7081 - Computer Systems. The programming language will be HDL.
Shell
6
star
6

COMP-SCI-7315---Computer-Vision

This repository contains assignment, workshops and their solutions for one of my postgraduate subjects of COMP SCI 7315 - Computer Vision. The programming language is Python and report is written in LateX.
Jupyter Notebook
6
star
7

Canny-s-Edge-Detection-with-Reduced-Noise-and-Gaussian-Blurred-Effects

Canny Edge Detection is a popular edge detection algorithm. It is a multi-stage algorithm. Since edge detection is susceptible to noise in the image, first step is to remove the noise in the image with a 5x5 Gaussian filter. Smoothed image is then filtered with a Sobel kernel in both horizontal and vertical direction to get first derivative in horizontal direction and vertical direction. After getting gradient magnitude and direction, a full scan of image is done to remove any unwanted pixels which may not constitute the edge. For this, at every pixel, pixel is checked if it is a local maximum in its neighborhood in the direction of gradient. we need two threshold values, minVal and maxVal. Any edges with intensity gradient more than maxVal are sure to be edges and those below minVal are sure to be non-edges, so discarded. Those who lie between these two thresholds are classified edges or non-edges based on their connectivity. If they are connected to "sure-edge" pixels, they are considered to be part of edges. Otherwise, they are also discarded.
Python
3
star
8

vanditg.github.io

This repository is used for the personal web-page.
HTML
2
star
9

COMP-SCI-7064---Operating-Systems

This repository contains assignments and solutions for one of my postgraduate subjects of COMP SCI 7064 - Operating Systems. The programming language is C++.
C++
2
star
10

COMP-SCI-7039---Computer-Networks-and-Applications-

This repository contains assignment, quizes and practical exam solutions for one of my postgraduate subjects of COMP SCI 7039 - Computer Networks and Applications. The programming language is C.
C
2
star
11

COMP-SCI-7202---Foundation-of-Computer-Science

This repository contains assignment and practical exam solutions for one of my postgraduate subjects of COMP SCI 7202 - Foundation of Computer Science. The programming language is JAVA.
Java
2
star
12

COMP-SCI-7059---Artificial-Intelligence

This repository contains assignment and practical exam solutions for one of my postgraduate subjects of COMP SCI 7059 - Artificial Intelligence. The programming language is Python.
Python
2
star
13

Algorithm-and-Data-Structures

This repository contains some of the basic, intermediate and advanced algorithm replication in multiple languages (mostly in JAVA, C++, Python, and C#).
Java
1
star
14

Azure-ML

This repository contains course material, codes, and other components for the Azure ML Foundation Course Scholarship from Udacity.
1
star
15

Leetcode

This repository contains solutions for Leetcode - The World's Leading Programming Learning website. The programming language will vary depending on the problem-solving strategy and convenience, but most solutions will be in python.
Python
1
star
16

Image_Analytics_Task_AI_Australia

This repository contains solutions or files of my attempt for the AI Austraial task of Image Analytics. The submission language is Python.
Python
1
star
17

Digital-Signal-Processing-Filter-Design

In signal processing, a digital filter is a system that performs mathematical operations on a sampled, discrete-time signal to reduce or enhance certain aspects of that signal. This is in contrast to the other major type of electronic filter, the analog filter, which is an electronic circuit operating on continuous-time analog signals. A digital filter system usually consists of an analog-to-digital converter to sample the input signal, followed by a microprocessor and some peripheral components such as memory to store data and filter coefficients etc. Finally a digital-to-analog converter to complete the output stage.
MATLAB
1
star
18

Sixth-Sense-Technology-Paint-Tool-Box-and-Gestured-Based-Game-

Inspired from Pranav Mistry, the team has decided to do something different with using the sixth sense technology idea, so we have developed the Paint tool box created in python language with the help of Open CV library in which with the Hand Gestures we can draw any object, erase it or even fill the colors or change the colors with it, basically it requires Numpy, Scipy and PiCamera library module and of course Open CV too, and the another application was the snake game using the gesture of the Hand and it's actually replica of the snake game just major difference is that without the using touch screen or buttons, with using only hand gestures we can move the snakes, and it's pretty cool.
Python
1
star
19

COMP-SCI-7015---Software-Engineering-and-Project

This repository contains assignment, quizes and practical exam solutions for one of my postgraduate subjects of COMP SCI 7015 - Software Engineering and Project. The programming language is either C, C++, or Python.
Jupyter Notebook
1
star