summaryrefslogtreecommitdiff
path: root/992/CH8/EX8.1/Ex8_1.sce
blob: 3932143c8faab4ecb9b6cd51824d0be885a6eb86 (plain)
1
2
3
4
5
6
7
8
9

//Exa:8.1
clc;
clear;
close;
//Given:
Bw=12;//in KHz
Nr=2*Bw;
printf("\n Nyquist sampling rate = %f KHz",Nr);