Skip to content

Instantly share code, notes, and snippets.

@imdeepak27
imdeepak27 / pulse_code_modulation.m
Created March 15, 2020 14:03 — forked from PrabhanjanPM/pulse_code_modulation.m
Octave script for simulating Pulse Code Modulation using an N bit ADC
%Pulse Code Modulation using N bit code
%Tested on GNU Octave, version 4.0.0
%Octave was configured for "x86_64-pc-linux-gnu".
%Tested on Ubuntu 16.04.1 LTS (Xenial Xerus)
clc;
clear all;
close all;
@imdeepak27
imdeepak27 / quiz1.md
Created February 16, 2020 05:49 — forked from mGalarnyk/quiz1.md
R Programming Quiz 1 (Week 1) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera

R Programming Quiz 1 (JHU) Coursera

github repo for rest of specialization: Data Science Coursera

Question 1

R was developed by statisticians working at...

Answer

The University of Auckland