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.

approximation of sine function

Status
Not open for further replies.

talking

Member level 2
Joined
Jan 27, 2010
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,654
The following represents some part of my equation, which describes sine functions in discrete domain.

y[n] = sin(2*pi*f0*n*dTs) * sin(2*pi*f0*n*Ts)

where f0 is the frequency of sine, and n variable is an integer number, n=[1:N] (e.g., N=64k).
dTs and Ts are sampling periods and they have the relationship: dTs << Ts.

Then, I have to approximate "sin(2*pi*f0*n*dTs)" among the following equation. Actually, I'm looking for a way to remove n from "sin(2*pi*f0*n*dTs)" by calculation approximation. Please help me out. This is very important for me.
 

Could you, please, clarify a little bit better what you exactly need ? Are you looking for a series development ?
 

Thanks much for your interests in my question, albbg. The question has been resolved on my own. Thanks again.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top