Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where is PCMFORMAT defined? SOLVED Pin
Vaclav_3-Oct-13 17:39
Vaclav_3-Oct-13 17:39 
AnswerRe: Where is PCMFORMAT defined? Pin
Albert Holguin8-Oct-13 7:28
professionalAlbert Holguin8-Oct-13 7:28 
QuestionwaveOutWrite while using header loops returns WOM_DONE Pin
Vaclav_2-Oct-13 9:39
Vaclav_2-Oct-13 9:39 
QuestionRe: waveOutWrite while using header loops returns WOM_DONE Pin
David Crow2-Oct-13 9:49
David Crow2-Oct-13 9:49 
AnswerRe: waveOutWrite while using header loops returns WOM_DONE Pin
Vaclav_2-Oct-13 10:09
Vaclav_2-Oct-13 10:09 
SuggestionRe: waveOutWrite while using header loops returns WOM_DONE Pin
David Crow2-Oct-13 10:32
David Crow2-Oct-13 10:32 
GeneralRe: waveOutWrite while using header loops returns WOM_DONE Pin
Vaclav_3-Oct-13 4:25
Vaclav_3-Oct-13 4:25 
GeneralRe: waveOutWrite while using header loops returns WOM_DONE Pin
Vaclav_3-Oct-13 8:01
Vaclav_3-Oct-13 8:01 
SuggestionRe: waveOutWrite while using header loops returns WOM_DONE Pin
David Crow7-Oct-13 2:53
David Crow7-Oct-13 2:53 
GeneralRe: waveOutWrite while using header loops returns WOM_DONE Pin
Vaclav_7-Oct-13 5:09
Vaclav_7-Oct-13 5:09 
QuestionNumerical processing in C/C++ - text(books) resources? OT Pin
Vaclav_30-Sep-13 15:13
Vaclav_30-Sep-13 15:13 
AnswerRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Richard MacCutchan30-Sep-13 21:41
mveRichard MacCutchan30-Sep-13 21:41 
GeneralRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Member 103174295-Oct-13 7:56
Member 103174295-Oct-13 7:56 
GeneralRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Richard MacCutchan5-Oct-13 20:46
mveRichard MacCutchan5-Oct-13 20:46 
AnswerRe: Numerical processing in C/C++ - text(books) resources? OT Pin
CPallini2-Oct-13 0:50
mveCPallini2-Oct-13 0:50 
AnswerRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Albert Holguin8-Oct-13 5:47
professionalAlbert Holguin8-Oct-13 5:47 
GeneralRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Vaclav_8-Oct-13 6:18
Vaclav_8-Oct-13 6:18 
GeneralRe: Numerical processing in C/C++ - text(books) resources? OT Pin
Albert Holguin8-Oct-13 7:21
professionalAlbert Holguin8-Oct-13 7:21 
There should be plenty of sources online regarding the subject, FFT's have been used for quite a long time now and are a very prevalent method of signals analysis.

I would recommend when you're initially making a prototype of a function that is complex, that you start out with developing the algorithm in an environment that is well suited for helping someone understand the problem (versus implementing a solution). I use Matlab for prototyping any algorithms before going on to implement them in C/C++. Alternatively, you can use Octave which is a similar, free open source alternative. The Octave math engine is very good too but the GUIs are all very roughly put together. Their scripting is just as powerful as Matlab's (almost identical syntax).
QuestionAccess specifier in multiple inheritance Pin
TheHelenLee30-Sep-13 10:24
TheHelenLee30-Sep-13 10:24 
AnswerRe: Access specifier in multiple inheritance Pin
.dan.g.30-Sep-13 18:51
professional.dan.g.30-Sep-13 18:51 
AnswerRe: Access specifier in multiple inheritance Pin
«_Superman_»30-Sep-13 19:05
professional«_Superman_»30-Sep-13 19:05 
QuestionRe: Access specifier in multiple inheritance Pin
TheHelenLee30-Sep-13 19:25
TheHelenLee30-Sep-13 19:25 
AnswerRe: Access specifier in multiple inheritance Pin
pasztorpisti30-Sep-13 23:11
pasztorpisti30-Sep-13 23:11 
QuestionAdodc : how to retrieve single value into EditBox Pin
coolerfantasy29-Sep-13 21:02
coolerfantasy29-Sep-13 21:02 
QuestionRe: Adodc : how to retrieve single value into EditBox Pin
David Crow30-Sep-13 3:07
David Crow30-Sep-13 3:07 

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.