Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Questions about using SD Toolbox

Status
Not open for further replies.

rhayne

Newbie level 4
Joined
Feb 6, 2012
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,312
Good day.

I'm a beginner in designing Delta-Sigma ADCs and I stumbled upon the SDtoolbox in Mathworks. As I try to implement the various demos included(SD2demo.m to be exact), I began to notice the following:

bw=22.05e3; % Base-band
R=256;
Fs=R*2*bw; % Oversampling frequency
Ts=1/Fs;
N=2^14; % Samples number, originally 2^14
nper=17;
Fin=nper*Fs/N; % Input signal frequency (Fin = nper*Fs/N)
Ampl=0.2-pi/256; % Input signal amplitude [V]
Ntransient=10;

So my question is, how do I interpret what nper and N are? What is their use? Why not use the input frequency of the desired signal instead? Also, what is the baseband? why use it for computing the oversampling frequency? As I recall, the oversampling frequency is the nyquist frequency multiplied to a certain oversampling ratio(which is in this case, R).

Thank you and I hope to hear your thoughts on this.
 

help please. this is really important
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top