summaryrefslogtreecommitdiff
path: root/1592/CH6/EX6.4/Example_6_4.sce
blob: 5714826a0352cd4655c25131bf16c76f3320e1ab (plain)
1
2
3
4
5
6
7
8
9
//Scilab Code for Example 6.4 of Signals and systems by
//P.Ramakrishna Rao
//Sampling Frequency
clc;
clear;
//x(t)=100*(sinc(100*t))^2;
fo=100;
fs=2*fo;
disp(fs,'Minimum Sampling Frequency to avoid distortion is:');