The samples tag has no wiki summary.
0
votes
1answer
41 views
How to access to L and R channel samples of stereo audio file separately?
Suppose I have 8-bits (mono and stereo) .wav files.
When processing of this file I have to declare pointer to array of samples.
There is difference between conception of mono and stereo files:
there ...
1
vote
3answers
74 views
'CreateDirectoryW' : cannot convert parameter 1 from 'const char *' to 'LPCWSTR' in OpenCV 2.4.5 and VS 2010
I was trying the sample code bagofwords_classification.cpp from openCV 2.4.5 to Visual Studio 2010 (VC++ based). But I found the error code :
error C2664: 'CreateDirectoryW' : cannot convert ...
-1
votes
0answers
44 views
correlation coefficient homogeneity R [closed]
I was looking for some help assessing some correlation coefficients (c) in R that were originally produced with different sample sizes. I'm trying to see if they differ significantly.
My data is as ...
0
votes
1answer
43 views
Need some sample dcm files for structure report(Ultrasound)
I need some sample dcm files for structure report(Ultrasound). Could anyone please help me?
0
votes
2answers
309 views
{ Qt5.0.2/QML/QtQuick2.0/C++ } Example Projects that run without errors?
My setup is Qt5.0.2 MinGW 32-bit.
I am looking for { Qt5.0.2 / QML / QtQuick2.0 / C++ } code project examples (not Qt Quick 1.0) that have actual C++ classes or at least a main.cpp .
I ran ...
-3
votes
1answer
153 views
Android Sample Project Descriptions [closed]
I'm trying to learn from Andoid Sample projects that came bundled within SDK. However, there's no description on what any of these projects does (Example - BackupRestore, CubeLiveWallPaper, etc). ...
0
votes
2answers
602 views
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet, tomcat doesn't see javaee-api-7.0-b83.jar
I am trying to run sample guessnumber-jsf from Java EE tutorial. It is here: https://svn.java.net/svn/javaeetutorial~svn
There is no dependencies in pom.xml. So output file has no .jar file. When I ...
0
votes
1answer
29 views
WSO2 CEP Sample: Cannot start agent server on port 7761
I am trying to run the Access Analyzer sample.
I tried to run the Java classes but it says "Cannot start agent server on port 7761"
Please help...
0
votes
2answers
93 views
How to use matlab's filter function to compute samples of the impulse response of a filter?
I have the following code so far:
[b,a] = ellip(4,.2,40,[.41 .47]); //elliptical filter
[H,w] = freqz(b,a,4096);
I need to figure out how to compute 4096 samples of the impulse response of the ...
0
votes
3answers
86 views
Converting audio samples into an audible file format
I've been trying to convert a huge amount of data (about 900 MB) to an audible file format for a few days now. I've been given a .dat file containing 900 millions floating-point samples (one per line) ...
1
vote
4answers
97 views
How to get Eclipselink samples to work: “student” and “mysports” samples
I've been trying to get the following Eclipselink samples to work, with less than 0% success:
A)
http://wiki.eclipse.org/EclipseLink/Examples/JPARS/Simple
B)
...
1
vote
1answer
24 views
Change in the audio samples when reading directly from the file using RandomAcessFile?
Iam trying to draw a graph of a sound file. I am doing in such a way that i take the bytes of the sound file using Fileinputstream and change it to the shorts and take the samples of of the sound and ...
0
votes
0answers
80 views
OpenCV .vec files createsamples
I'm doing a project in opencv that involves number OCR.
I have gotten to a point of using createsamples to output a .vec file containing distorted images of an original number image. Now I could ...
2
votes
1answer
326 views
Sample size and power calculation in r as viable alternative to proc power in SAS?
So I am trying to see how close the sample size calculations (for two sample independent proportions with unequal samples sizes) are between proc power in SAS and some sample size functions in r. I ...
0
votes
4answers
140 views
Where android samples are found?
I checked google developers website,for some exercises and examples in Android Development,and I found this webpage: http://developer.android.com/tools/samples/index.html which says
When the ...
0
votes
0answers
46 views
How to amplify audio in Libav
I use the avcodec_encode_audio() function to encode raw data from microphone, but it is very quiet (all mic settings set to max). Is there a quick way to amplify the audio or I must do it manually ...
1
vote
0answers
21 views
Writing overlapping samples (audio files) in one AudioClip
Is it possible to write multiples overlapping samples in one AudioClip ? If yes, how ?
( http://docs.unity3d.com/Documentation/ScriptReference/AudioClip.SetData.html )
I have a situation where I have ...
0
votes
1answer
332 views
cuda 5.0 linking with samples .h in Visual Studio 2010
I have visual studio 2010 ultimate and cuda toolkit 5.0. the samples work perfectly. VS recognize cuda`s language, syntax and works fine. but when I tried something like this:
#include ...
1
vote
1answer
62 views
Add multiple samples to one instrument in Gervill SF2Soundbank
I am using Gervill to create a soundbank with instruments. I've recorded a sample for each tone pitch and now I'd like to put these samples into one instrument.
The documentation that I used so far ...
0
votes
1answer
667 views
oracle join queries samples
I am new to oracle and was learning about joins. In the pdf which I am using currently there is only one example per each type of joins. I also searched in the internet for few examples but all I ...
0
votes
0answers
63 views
Sample Insights API responses / data
Is there a place where we can see sample responses for all the API endpoints, or create test pages similar to the test-user API? As a developer I don't (and believe I shouldn't) have access to a live ...
0
votes
1answer
68 views
Sustain in Pure Data for libpd with xcode
I'm working on a patch that plays samples from a piano, which works in xcode to build an piano app for ipad. I'm trying to add an adsr to create sustain, but I can't seem to get it working. Could ...
0
votes
1answer
53 views
meteor : setting fields post opening dialog
I'm trying to complete the parties demo
with an "edit party" feature
I understood the create Dialog opens upon setting Session showCreateDialog
{{#if showCreateDialog}}
{{> createDialog}}
...
0
votes
0answers
56 views
Change LINK folder for downloadable products in magento
I have a Magento store selling downloadable products. (music to be precise)
I have installed an after-market player plugin which plays the LINK samples on the product page rather than in a new window.
...
1
vote
1answer
101 views
Creating a Custom Data-Bound Web Control - How to Persist the Data Source?
It's been a while that I'm trying create a custom Data-Bound web control without success.
My problem is when the postback occurs the data source is not persisted. All the scarce samples that I found ...
1
vote
1answer
852 views
CUDA 5.0: checkCudaErrors fails to find correct “check” method if class has a “check” method
As the cutil.h header is removed from CUDA Samples, some new headers are introduced like helper_cuda.h, helper_functions.h.
One of the main keywords that is used by me was CUDA_CHECK_ERROR, and I ...
2
votes
3answers
227 views
CUDA samples matrixMul error
I am very new to cuda and started reading about parallel programming and cuda just a few weeks ago. After I installed the cuda toolkit, I was browsing the sdk samples (which come with the installation ...
3
votes
1answer
76 views
How to obtain all possible sub-samples of size n from a dataframe of size N in R?
I have a dataframe with 20 classrooms [1 to 20] indexes and 20 different number of students in each class, how to obtain all sub-samples of size n = 8 and store them because i want to use them later ...
0
votes
3answers
166 views
Will the quality of my negative samples affect the output of my haar trainer? OpenCV
So first off, I'm trying to detect music symbols off a sheet of music. Let's say, in this case, we're looking for the gclef http://upload.wikimedia.org/wikipedia/commons/f/ff/GClef.svg in this sheet ...
-3
votes
1answer
37 views
Android Samples and Emulator [closed]
Can somebody tell me how to run the Android Samples? And the second question is how to run more than one Emulator at the same time?
4
votes
0answers
60 views
What does 'Samples' mean in perf output?
I used linux perf to profile my program and I can not understand the result.
10.5% 2 fun ..........
|
|- 80% - ABC
| call_ABC
-- 20% - DEF
...
1
vote
1answer
83 views
Android - Incorporating SerachableDictionary sample into my app
I am trying to incorporate the SearchableDictionary sample into my app to have a simple glossary search ability. If you are unfamiliar with the SearchableDictionary you click the search icon in the ...
0
votes
1answer
47 views
Android - what is limiting the definitions in the sample SearchableDictionary
I am trying to implement parts of the SearchableDictionary from the android developers samples. I changed the definitions list and for a long definition the text is cut off, I tried to make it ...
1
vote
2answers
700 views
Android samples error
I cloned the Git Hub repo and imported the folder into eclipse. I attempted to run all of the samples on my Samsung Galaxy Skyrocket with CM10 and all the apps failed. I then ran it on a stock Galaxy ...
2
votes
2answers
662 views
Error while importing android samples to eclipse.
I have imported Support4Demos project from Android SDK (from directory extras/android/support/samples/Support4Demos/) into eclipse.
Initially I got more than 800 errors.
After adding ...
4
votes
2answers
1k views
Dapper-Dot-Net Example Code
This is code cut right from the Dapper examples:
var p = new DynamicParameters();
p.Add("@a", 11);
p.Add("@b", dbType: DbType.Int32, direction: ParameterDirection.Output);
p.Add("@c", dbType: ...
3
votes
3answers
402 views
How to obtain multiple lines in a single density plot, with a corrected scale? [duplicate]
Possible Duplicate:
How to overlay density plots in R?
I have recently started working with microarray datasets and am trying to get my hands on R. I wish to make some plots out of my ...
2
votes
3answers
1k views
Generating samples from a two-Gaussian mixture in r (code given in MATLAB)
I'm trying to create (in r) the equivalent to the following MATLAB function that will generate n samples from a mixture of N(m1,(s1)^2) and N(m2, (s2)^2) with a fraction, alpha, from the first ...
0
votes
1answer
288 views
Generating a sin wave to be saved in a .mif file in MATLAB
I am trying to generate a sin wave that is 500Hz for the first 5 seconds, then 1000Hz to be saved in a .mif file in MATLAB. This is the general code I will be using to save the data to the .mif files, ...
1
vote
2answers
236 views
Can't download Android sdk samples for platform 15
I downloaded and installed the android sdk 15 on my Ubuntu laptop.
Everything works fine but I can't download the sdk samples.
Are they available ????
I followed the instructions of this page ...
0
votes
0answers
84 views
Unable to set up JavaFx 2.2 dataApp sample
I am starting out with JavaFX and I wanted to analyse the DataApp sample since I want to make DB driven apps.
However, when building the dataAppLoader, I get 'access denied on root@localhost' yet the ...
0
votes
0answers
129 views
Getting audio data samples on iOS
Don't know if I'll be able to explain in detail what my problem is but let's try.
I need to get 8192 good audio samples from iPhone mic. I've easely made this on Android but my lack of Objective-C ...
0
votes
3answers
1k views
Android appcelerator titanium Program Running Issue?
i am very New to Android apps in titanium i create the one sample project sucessfully after installing the Windows7 when i run the application in the Android emulator i got the following issue:
...
1
vote
2answers
489 views
Android SDK sample errors
For some reason the samples that Google gives out with the SDK always have errors. In this case I cannot seem to figure out what is causing them. Im trying to create a new project from existing source ...
0
votes
1answer
281 views
get distance from all samples in knn in opencv
as i know knn find smallest distance from all samples.it means it is the nearest sample. but what if i want distance of my new data from all samples? how can I get for example 3 or 4 nearest samples ...
0
votes
0answers
87 views
Code Samples and Job Interviews [closed]
Is is ok for a hiring manager to ask for code samples before an interview is even conducted?
I am starting to think that a good % of managers are using code sample requests as a ploy to
Find free ...
0
votes
0answers
152 views
Installing IFS LSP Sample kills internet
I'm a beginner at Winsock SPI and so far the tutorials/samples are far and few in between. So I decided to take a look at the Samples in the some-what recent SDK (7.1). I am on a Win7 x64 computer, ...
-1
votes
1answer
84 views
Using Android Samples/Examples in app
If i use Android Samples/Examples in app and altered it around. Could i put in into the play store. For example if i take the snake game, put different sprites and features... could i call it my app. ...
1
vote
1answer
254 views
DotNetOpenAuth NuGet Install - but Samples are problematic
I installed DotNetOpenAuth using NuGet and downloaded the 4.1 zipfile with samples, but am having difficulty trying to incorporate the Facebook.aspx sample into the new project. The sample code-behind ...
0
votes
2answers
613 views
Android SDK Samples Contain Many Errors in Eclipse
I've just recently installed the latest Android SDK (Android 4.1 API16) and the latest Eclipse (Juno Release).
When I open up the sample Android projects (via File > New > Project > Android > Android ...



