Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Urgent please Pin
Mahesh Kulkarni12-Jul-09 21:23
Mahesh Kulkarni12-Jul-09 21:23 
AnswerRe: Urgent please Pin
Rajesh R Subramanian12-Jul-09 21:48
professionalRajesh R Subramanian12-Jul-09 21:48 
Questionsegmenting a wave file based on short pauses Pin
N Vamshi Krishna12-Jul-09 20:23
N Vamshi Krishna12-Jul-09 20:23 
AnswerRe: segmenting a wave file based on short pauses Pin
killabyte12-Jul-09 21:28
killabyte12-Jul-09 21:28 
GeneralRe: segmenting a wave file based on short pauses Pin
vamshi_krishna12-Jul-09 22:53
vamshi_krishna12-Jul-09 22:53 
GeneralRe: segmenting a wave file based on short pauses Pin
vamshi_krishna12-Jul-09 23:17
vamshi_krishna12-Jul-09 23:17 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00412-Jul-09 23:25
chandu00412-Jul-09 23:25 
GeneralRe: segmenting a wave file based on short pauses Pin
killabyte12-Jul-09 23:39
killabyte12-Jul-09 23:39 
hmm where to begin... it really depends on your level of knowledge of DSP. i dont profess to be an expert but i have played around with matlab a fair bit mainly to analyse the data from a sensor i had and create a series of FIR filters accordingly.

i had assumed(DANGEROUS) that u will be reading in a file or streaming data in, and then analysing a small bit of this file/stream in a buffer.

so the raw data u have in the buffer is basically magnitude on the y axis and time on the x
(time is just the sample count normally).

once you have FFT'ed the buffer you now have a magnitude on the y axis and a freq on the x

you can then say if i dont have a magnitude of 'somevalue' in a freq range then i shall flag this as silence. and chop my file here.

this is a really simple overview, hope it helps.
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00412-Jul-09 23:46
chandu00412-Jul-09 23:46 
GeneralRe: segmenting a wave file based on short pauses Pin
killabyte13-Jul-09 0:15
killabyte13-Jul-09 0:15 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00413-Jul-09 0:21
chandu00413-Jul-09 0:21 
GeneralRe: segmenting a wave file based on short pauses Pin
killabyte13-Jul-09 0:27
killabyte13-Jul-09 0:27 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00413-Jul-09 0:55
chandu00413-Jul-09 0:55 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00413-Jul-09 1:34
chandu00413-Jul-09 1:34 
Generalsegmenting a wave file based on short pauses Pin
chandu00413-Jul-09 1:37
chandu00413-Jul-09 1:37 
GeneralRe: segmenting a wave file based on short pauses Pin
killabyte13-Jul-09 3:28
killabyte13-Jul-09 3:28 
GeneralRe: segmenting a wave file based on short pauses Pin
chandu00413-Jul-09 18:08
chandu00413-Jul-09 18:08 
QuestionEsc Key in a dialog based application Pin
Rakesh512-Jul-09 20:07
Rakesh512-Jul-09 20:07 
AnswerRe: Esc Key in a dialog based application Pin
_AnsHUMAN_ 12-Jul-09 20:12
_AnsHUMAN_ 12-Jul-09 20:12 
AnswerRe: Esc Key in a dialog based application Pin
Chandrasekharan P12-Jul-09 20:16
Chandrasekharan P12-Jul-09 20:16 
GeneralRe: Esc Key in a dialog based application Pin
Rajesh R Subramanian12-Jul-09 21:49
professionalRajesh R Subramanian12-Jul-09 21:49 
Questionvery faster method than getpixel and setpixel Pin
Mortezai12-Jul-09 19:59
Mortezai12-Jul-09 19:59 
AnswerRe: very faster method than getpixel and setpixel Pin
Chandrasekharan P12-Jul-09 20:01
Chandrasekharan P12-Jul-09 20:01 
AnswerRe: very faster method than getpixel and setpixel Pin
CPallini12-Jul-09 21:47
mveCPallini12-Jul-09 21:47 
Questionhow can this program work correctly Pin
carter200012-Jul-09 19:37
carter200012-Jul-09 19:37 

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.