ballance
Newbie level 5
hello everyone
i don't know what are the f(sample) and f(signal) of below program.
please help me !!
thanks
------------------------------------------------------
osr=64;
h=synthesizeNTF(5,osr,1);
nlev=3;
nfft=2^13;
tone_bin=57;
t=[0:nfft-1];
u=0.5*(nlev-1)*sin(2*pi*tone_bin/nfft*t);
v=simulateDSM(u,h,nlev);
n=1:150;
stairs(t,u,'g');
hold on;
stairs(t,v,'b');
------------------------------------------------------
i don't know what are the f(sample) and f(signal) of below program.
please help me !!
thanks
------------------------------------------------------
osr=64;
h=synthesizeNTF(5,osr,1);
nlev=3;
nfft=2^13;
tone_bin=57;
t=[0:nfft-1];
u=0.5*(nlev-1)*sin(2*pi*tone_bin/nfft*t);
v=simulateDSM(u,h,nlev);
n=1:150;
stairs(t,u,'g');
hold on;
stairs(t,v,'b');
------------------------------------------------------