Posts

MATLAB Program For Time Delaying And Time Advancement Operations On Signals

Image
A signal is a physical quantity that varies with time, space or any other independent variable by which information can be conveyed. A discrete-time signal is often identified as a sequence of numbers, denoted by x[n], where n is an integer. Signals are broadly classified into continuous and discrete signals. A continuous signal will be denoted by x(t), in which the variable t can represent any physical quantity. A discrete signal will be denoted by x[n], in which the variable n is integer value. The variables t and n are assumed to represent time.  Operations on Signals: a. Time Shifting        In this operation each sample of x(n) is shifted by an amount k to obtain a shifted sequence y(n) Y(n) = {x(n-k)}        If we let m=n-k, then n=m+k and the above operation is given by Y(m+k) = {x(m)}   b.Time Delay: The system has a general form of y[n]= x[n - b], where ‘b’ is any positive integer. Letus take an exam...

MATLAB Program For Basic Arithmetic Operations On Signals

Image
  A signal is a physical quantity that varies with time, space or any other independent variable by which information can be conveyed. A discrete-time signal is often identified as a sequence of numbers, denoted by x[n], where n is an integer. Signals are broadly classified into continuous and discrete signals. A continuous signal will be denoted by x(t), in which the variable t can represent any physical quantity. A discrete signal will be denoted by x[n], in which the variable n is integer value. The variables t and n are assumed to represent time. Operations on Signals: a. Signal addition  It is implemented in MATLAB by the arithmetic operator “+”. However, the lengths of x1(n) and x2(n) must be the same. y(n) = x1(n) + x2(n) b. Signal multiplication It is implemented in MATLAB by the array operator “*”. To multiply sequences of different lengths we can use the following function y(n) = x1(n) * x2(n) Program: clc; close all ; clear all...

Introducing National Programming Aptitude Test - NPAT 2017

Image
Are you the one who keeps wondering how to measure the proficiency of your coding skills? NPTEL, ACM India & Google bring to you the ultimate coding test that will help you improve your performance.  NPTEL, ACM India, and google have planned to conduct National Programming Aptitude Test (NPAT) on 13 August 2017. The students can sign up from July 9, 2017, to August 13, 2017, up to 10.45 AM. After signing in the student can learn and practice programming in c,c++ and Java.  The scores will be shared with potential employers who can use this pool to recruit . The link for registration is. https://npat.nptel.ac.in . This whole initiative is free of cost.   NPAT is a Programming Test so you will have to write a full program or sometimes just a function. Some questions could also have incomplete code that you have to complete to get the proper result. You do not need to know all 3 languages for NPAT. The test has to be answered in ONLY ONE programming language. ...

Some Signs That Shows You Are Addicted To Social Media

Image
Social media has almost completely changed how many of us communicate and it can be a useful way to stay connected. But is there a point where the obsession with the modern phenomenon goes from harmless fun to an intrusion on your life? If you’re guilty of any of the following then maybe it’s time for you to take a step back from social media 1. Choosing the right status is torturous.  Image: Google Much like deciding on the right selfie, choosing the right thing to say on a status or tweet can be extremely difficult. Usually, the average user’s casual looking status will have gone through rigorous editing, multiple deletions and about 10 re-writes it’s that big of a deal. 2. You closely monitor ‘likes’ Image: Google Social media ‘likes’ mean a lot to the social media savvy. They’re a form of acceptance and after a while getting more and more likes can become quite the addiction. To the selfie addict, there’s no bigger achievement than going into double-figure...

What is Cyber Ransom Attack and Why Should You Care?

Image
 Ransomware is, without a doubt, one of the biggest threats facing home computer users in years. Unlike many online attacks, it isn’t primarily out to steal your bank details or spy on you. Instead, it wants to scare you into handing over money to the attacker at the other end of the internet. How does it do this? By locking you out of your machine or folders unless a ransom is paid. Failure to do so could result in you being locked out forever.   How does it work? There are two main types of ransomware: 1.‘Lock screen’ ransomware is an older, less common type which locks a user’s screen, often flashing up messages spoofed to appear as if they’ve come from the police. The idea is to scare the victim into paying up. 2.Crypto-ransomware is by far the most common and destructive type. Once it finds its way onto your machine it will encrypt all or most of the data on your hard drive based on file type. This means you won’t be able to make sense of any of i...

Top 5 Funniest Apps

Image
It’s time to loosen up and have fun! We’ve rounded up the best and most fun and funniest apps that are taking over the app world from East to West by storm. Check out the list below! 1. Dubsmash This takes lip-syncing to the next level and everyone from basketball legend Stephen Curry, Hollywood stars, and people from around the globe are HOOKED! Check out the funniest clips selected by Dubsmash here .  2. Snapchat Live capture yourself or your surrounding and put some truly hilarious filters on it to share it with your friends. Snapchat has become a phenomenon, to say the least. Everyone including celebrities and even the US President Obama has snap chatted, much to the First Lady’s dismay!  3. Snow Even more, filters to play with and targeted even more towards the Asia market! You could end up turning yourself into a deer, an old man, cute anime, or a sweet potato if that floats your boat! Check out some funny and odd faces here! 4. 9GAG T...

How To Plan Your Next Vacation Under 15 Minutes With Google Trips

Image
Planning your next vacation or business trip has never been so easy! Check out how we planned our imaginary trip to "Goa" in less than 15 minutes. Google recently came out with several new apps Google Trips; Duo, which is Face Timing platform for Android and iOS devices; Allo, Google’s chatbot but it was Google Trips that really stood out to us avid travelers. 1. Download Google Trips   This one’s obvious. Download Google Trips   2. Where do you want to go?   Open up Google Trips, type in your destination. 3. What do you want to do, see, and eat?   Check out things to do, places to go, food to eat in “Things to do” and “Food & Drinks”. Recommendations come with helpful reviews, ratings, opening hours and contact information. Save them by adding a star to each. Now that you’ve got your activities sorted, the last step is to pin things down! 4. Make reservations Book your tickets, make your restaurant reservations, and book...