Click here to Skip to main content
15,924,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with ClassWizard Pin
Reagan Conservative25-Apr-07 10:31
Reagan Conservative25-Apr-07 10:31 
AnswerRe: Problem with ClassWizard Pin
Nibu babu thomas25-Apr-07 17:30
Nibu babu thomas25-Apr-07 17:30 
AnswerRe: Problem with ClassWizard Pin
David Crow25-Apr-07 17:47
David Crow25-Apr-07 17:47 
GeneralRe: Problem with ClassWizard Pin
Reagan Conservative26-Apr-07 4:17
Reagan Conservative26-Apr-07 4:17 
QuestionMD5 hash Pin
Andy H25-Apr-07 10:00
Andy H25-Apr-07 10:00 
AnswerRe: MD5 hash Pin
cmk25-Apr-07 13:19
cmk25-Apr-07 13:19 
AnswerRe: MD5 hash Pin
cp987625-Apr-07 15:26
cp987625-Apr-07 15:26 
QuestionHow to implement Complex exponential functions ??? Pin
Hazardcoder25-Apr-07 9:45
Hazardcoder25-Apr-07 9:45 
Hi everyone

I am trying to write a code for an IIR filter. And for that purpose i need to implement the below function in C :-

out[n] = in[n] - ((b1 * e^jw * out[n-1]) + (b2 * e^2jw * out[n-2]))

Now, am facing problem ... well, rather i have no idea , as to how to implement the e^jw function in C. The value of w is known to me and n = the sample number.

It would be great if anyone could help me out.
Thanks a lot !!
AnswerRe: How to implement Complex exponential functions ??? Pin
JudyL_MD25-Apr-07 9:52
JudyL_MD25-Apr-07 9:52 
GeneralRe: How to implement Complex exponential functions ??? Pin
Hazardcoder25-Apr-07 10:01
Hazardcoder25-Apr-07 10:01 
GeneralRe: How to implement Complex exponential functions ??? Pin
JudyL_MD25-Apr-07 10:04
JudyL_MD25-Apr-07 10:04 
GeneralRe: How to implement Complex exponential functions ??? Pin
Hazardcoder25-Apr-07 10:48
Hazardcoder25-Apr-07 10:48 
AnswerRe: How to implement Complex exponential functions ??? Pin
cp987625-Apr-07 12:30
cp987625-Apr-07 12:30 
AnswerRe: How to implement Complex exponential functions ??? Pin
Goggelmoggel26-Apr-07 7:19
Goggelmoggel26-Apr-07 7:19 
QuestionCrypt API Pin
koumodaki25-Apr-07 9:20
koumodaki25-Apr-07 9:20 
AnswerRe: Crypt API Pin
Mark Salsbery25-Apr-07 9:27
Mark Salsbery25-Apr-07 9:27 
GeneralRe: Crypt API Pin
koumodaki25-Apr-07 9:34
koumodaki25-Apr-07 9:34 
GeneralRe: Crypt API Pin
Mark Salsbery25-Apr-07 9:38
Mark Salsbery25-Apr-07 9:38 
GeneralRe: Crypt API Pin
koumodaki25-Apr-07 9:47
koumodaki25-Apr-07 9:47 
GeneralRe: Crypt API Pin
Mark Salsbery25-Apr-07 9:54
Mark Salsbery25-Apr-07 9:54 
GeneralRe: Crypt API Pin
Mark Salsbery25-Apr-07 9:41
Mark Salsbery25-Apr-07 9:41 
GeneralRe: Crypt API Pin
koumodaki25-Apr-07 9:54
koumodaki25-Apr-07 9:54 
GeneralRe: Crypt API Pin
Mark Salsbery25-Apr-07 10:06
Mark Salsbery25-Apr-07 10:06 
GeneralRe: Crypt API Pin
koumodaki25-Apr-07 10:15
koumodaki25-Apr-07 10:15 
GeneralRe: Crypt API Pin
Mark Salsbery25-Apr-07 10:56
Mark Salsbery25-Apr-07 10:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.