--
You received this message because you are subscribed to the Google Groups "miningsuite-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to miningsuite-d...@googlegroups.com.
To post to this group, send email to minings...@googlegroups.com.
Visit this group at https://groups.google.com/group/miningsuite-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/miningsuite-dev/aa59d1a3-ddc2-43e6-939d-6d4bc53a8adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "miningsuite-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to miningsuite-d...@googlegroups.com.
To post to this group, send email to minings...@googlegroups.com.
Visit this group at https://groups.google.com/group/miningsuite-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/miningsuite-dev/67db54c1-2bd5-42a1-b811-b17998d67afb%40googlegroups.com.
2019/08/08 13:55、Habibur Rahman <habibur...@fys.uio.no>のメール:
does mirenvelope have correspoinding functions in miningsuite for trim, postSilence and preSilence?
--
You received this message because you are subscribed to the Google Groups "miningsuite-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to miningsuite-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/miningsuite-dev/88dfba92-1ec4-498a-9616-975157eb735c%40googlegroups.com.
I have created a small debugFail routine that identifies if the results between the routines in mirtoolbox and miningsuite match. If they fail, the routine tries to find out if the error is due to a dimension mismatch (and by how much) or differences in the data itself (showing absolute maximum difference). Using the routine, I have been able to identify and categorize the following problems.
10. nov. 2019 kl. 08:47 skrev Habibur Rahman <habibur...@fys.uio.no>:I have created a small debugFail routine that identifies if the results between the routines in mirtoolbox and miningsuite match. If they fail, the routine tries to find out if the error is due to a dimension mismatch (and by how much) or differences in the data itself (showing absolute maximum difference). Using the routine, I have been able to identify and categorize the following problems.1) differences in data size just by 1.mirenvelope (…, 'Gauss', o) -> sig.envelope (…, 'Gauss', o) ; sig.envelope produces one extra element than mirenvelope
mirspectrum (…, 'Max', mi) -< sig.spectrum( …, 'Max', mi) ; sig.spectrumproduces one less element than mirspectrummirspectrum (…, 'Gauss', o) -> sig.spectrum (…, 'Gauss', o) ; sig.envelope produces one extra element than mirenvelope
…,Normal', ‘AcrossSegments'
mirspectrum-> sig.spectrum…, 'TimeSmooth', o5) significant dimension errormirenvelope -> sig.envelope…, 'Smooth', o
mirspectrum-> sig.spectrum…, ‘MinRes, r, ‘OctaveRatio, tol6) no output produced (data dimension = 0 0)mircepstrum -> sig.cepstrum…, ‘Min’, min (miningsuite version produces no output with 0 dimension)7) implementation errormirsegment -> sig.segment…, "HCDF"
--
You received this message because you are subscribed to the Google Groups "miningsuite-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to miningsuite-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/miningsuite-dev/dddb9ac4-6265-4ea9-b263-3f5c3101f08e%40googlegroups.com.
10. nov. 2019 kl. 08:47 skrev Habibur Rahman <habibur...@fys.uio.no>:
I have created a small debugFail routine that identifies if the results between the routines in mirtoolbox and miningsuite match. If they fail, the routine tries to find out if the error is due to a dimension mismatch (and by how much) or differences in the data itself (showing absolute maximum difference). Using the routine, I have been able to identify and categorize the following problems.1) differences in data size just by 1.mirenvelope (…, 'Gauss', o) -> sig.envelope (…, 'Gauss', o) ; sig.envelope produces one extra element than mirenvelopemirspectrum (…, 'Max', mi) -< sig.spectrum( …, 'Max', mi) ; sig.spectrumproduces one less element than mirspectrum
mirspectrum (…, 'Gauss', o) -> sig.spectrum (…, 'Gauss', o) ; sig.envelope produces one extra element than mirenvelope
2) insignificant differences in data valuesmirspectrum -> sig.spectrum‘NormalLength'
mircepstrum -> sig.cepstrum..., 'Frame'..., 'Freq'..., 'Min', min..., 'Max', maxmirautocor -> sig.autocor…, 'Frame'…, 'Min', mi…, 'Min', mi, 's'…, 'Min', mi, 'Hz'…, 'Max', ma…, 'biased'…, 'unbiased'…, 'coeff'…, 'none'…, ‘NormalWindow’, ‘hanning’…, ‘Halfwave’…, ‘Compress’, k3) data different by exactly 10 times (possibly a missing/extra 0 in the code)mirspectrum (…, 'Smooth', o) = 1/10 the value of sig.spectrum (…, 'Smooth', o)
4) significant data differencesmirenvelope -> sig.envelope…, 'Diff'…, 'HalfwaveDiff'…,Normal', 'AcrossSegments'mirspectrum-> sig.spectrum…, 'TimeSmooth', o
5) significant dimension errormirenvelope -> sig.envelope…, 'Smooth', omirspectrum-> sig.spectrum…, ‘MinRes, r, ‘OctaveRatio, tol
6) no output produced (data dimension = 0 0)mircepstrum -> sig.cepstrum…, ‘Min’, min (miningsuite version produces no output with 0 dimension)7) implementation errormirsegment -> sig.segment…, "HCDF"