In signal processing, sampling is the reduction of a continuous signal to a discrete signal.
-1
votes
0answers
8 views
filtering after 14 bit ADC
should i filter the digital samples after the ADC with a sharp bandpass filter?
assuming the sampling frequency is fs, which frequency is the critical frequency that should be filtered (for exemple ...
0
votes
1answer
8 views
Can I union two reservoirs samples of the same dataset to obtain a random sample? [closed]
I have 2 reservoirs samples (with replacement) of a distribution which are obtained independently. If I just union these two samples, will the resulting sample also be considered as a random sample?
0
votes
0answers
11 views
Is there an algorithm for weighted reservoir sampling
Is there an algorithm for how to perform reservoir sampling when the points in the data stream have associated weights?
1
vote
1answer
40 views
Python: downsample a population using frequency data
Given a data series representing frequencies of elements in a population, what would be the easiest way to downsample it ?
The following population: pop = ['a', 'b', 'a', 'c', 'c', 'd', 'c', 'a', ...
0
votes
1answer
24 views
Extract a sample from RAW audio file on Android
I have an android application that records AUDIO in raw format
how can i extract a sample of the recording?
for example if the raw file has 3 minutes of audio recorded, i would like to extract 20 ...
0
votes
1answer
31 views
Sampling a hemisphere using an arbitary distribtuion
I am writing a ray tracer and I wish to fire rays from a point p into a hemisphere above that point according to some distribution.
1) I have derived a method to uniformly sample within a solid ...
0
votes
1answer
10 views
rgamma function in R: scale as a vector
I'm trying to draw samples from Gamma distribution but I'm considering the 'scale' argument of rgamma as a vector because each sample unit has different scale parameters. I'd like to know what is the ...
1
vote
1answer
76 views
Random Sample with multiple probabilities in R [duplicate]
I need to get out a sample of subjects from a list to assign them as a Control Group for a study which has to have a similar composition of variables. I am trying to do this in R with the sample ...
0
votes
2answers
46 views
iOS How to get audio samples from song (ipod library)?
Currently in my app, I'm doing FFT analyse on audio samples coming from built-in microphone. I let user play song from ipod library, using speakers, microphone capture the sound and I can calculate ...
0
votes
2answers
22 views
select unique values with equal probability
I have a data frame like the following
c1 c2
1 2
1 3
2 4
2 5
2 2
3 1
3 2
...
I want to get unique c1 values, where c2 can be chosen with equal probability if there are multiple rows with the same ...
0
votes
1answer
80 views
Plot an eye diagram of a signal in MatLab
The matrix X contained in a .mat file represents the acquired signal. The element of place (i, j) of the matrix is the i-th sample of the j-th screen. The sampling frequency is equal to 4 GS/s.
How do ...
0
votes
3answers
77 views
Get N samples given iterator
Given are an iterator it over data points, the number of data points we have n, and the maximum number of samples we want to use to do some calculations (maxSamples).
Imagine a function ...
1
vote
2answers
31 views
How to get sampling points by rotating a direction in a for loop?
I need to loop over a given number of sampling points. Those sampling points are normalized vectors representing directions. They should be calculate them in code. Starting with a forward vector 1, 0, ...
2
votes
1answer
91 views
C++ Upsampling raw audio from 22050 to 48000 Hz
I have raw audio data in the form of
vector<short> m_shorts;
The audio data is 22050 kHz mono.
Does anybody have any idea how I can (without any third party library) quickly convert the ...
1
vote
0answers
55 views
Mediarecorder setParameter failed (setAudioSamplingRate)
I try to build an app where there is a record function in. I want the user to be able to choose the record quality, one of the options is AAC recording. I am using the code below, but I keep getting ...
0
votes
0answers
43 views
Interference beetween ADC samples with XBee and photoresistor
I'm using an XBee serie 2 module for sampling the values of three sensors, a photoresistor (LDR) a moisture sensor and a temperature sensor (LM35).
When there is no brightness the photoresistor has ...
2
votes
1answer
26 views
How to create subscale scores for 4 subscales of the REI using SPSS?
I need to create subscale scores for 4 subscales of the REI: REI_Appear; REI_Hlth; REI_Mood; REI_Enjoy. The items comprising each subscale are as follows:
Appearance (9 items): 1, 5, 9, 13, 16, 17, ...
1
vote
1answer
42 views
Drawing/sampling a sphere in a 3D numpy grid
I want to do a voxel-based measurement of spherical objects, represented in a numpy array. Because of the sampling, these spheres are represented as a group of cubes (because they are sampled in the ...
0
votes
0answers
34 views
Sampling with multidimensional transformations
Technical Mathematics Question For Ray Tracing...
(I am not sure if I have the title right, but here is my problem)
I am writing a raytracer and I need to shoot a rays in a random direction.
I have a ...
1
vote
1answer
45 views
Is it possible to find hotspots in a parallel application using a sampling profiler?
As far as I understand a sampling profiler works as follows: it interupts the program execution in regular intervals and reads out the call stack. It notes which part of the program is currently ...
0
votes
0answers
69 views
Matlab/Simulink To workspace, To file
I have a circuit with voltage source and 4 appliances
Simulation time was 0.1s. After the voltage source is one current measurement where i measure the actual level of electricity what i need to ...
3
votes
2answers
207 views
Can an Arduino sample audio in microseconds for 1-4 kHz?
I've just hooked up a electret microphone to an Arduino, and I'd like to sample between the ranges of 1 kHz and 4 kHz.
I understand this is limited to the machine code and the ADC, so I'm ...
0
votes
1answer
46 views
How to set I/O sampling rate to more than 65535 ms (FFFF)
I'm using an XBee module series 2 with firmware ZNET2.5 ROUTER/END DEVICE API.
I would send an ADC sample, but I saw that the IR parameter can be at the maximum 65535 milliseconds; I read about the ...
1
vote
2answers
313 views
Interpolation/subsampling of 3D data in python without VTK
What I want to do is rather simple but I havent found a straightforward approach thus far:
I have a 3D rectilinear grid with float values (therefore 3 coordinate axes -1D numpy arrays- for the ...
0
votes
1answer
33 views
Finding duration of a song
This was a midterm question and I do not know how to calculate this.
A CD quality stereo song has been saved on your computer, occupying 35.28
MBytes of storage. The CD quality mandates that we have ...
0
votes
1answer
54 views
How to know sampling frequncy of a sin(x) function
Consider the following script that plots a sine wave.
t = 0:pi/100:2*pi;
y = sin(t);
plot(t,y)
grid on % Turn on grid lines for this plot
This gives me a plot of sine wave. I understand the sine ...
2
votes
1answer
95 views
I2C and timer interrupt (timer1)
I'm trying to read from multiple I2C slave devices using a dsPIC33 microcontroller.
I was hoping someone could advise me on the correct method to user a timer interrupt (in this case timer1) and ...
0
votes
1answer
59 views
MATLAB: Taking sample with same number of values from each class
I have a full dataset of lets say 50000 observations which are assigned to 16 classes.
I now want to draw a Sample of let's say 70% of the full data, but I want MATLAB to take the same number of ...
0
votes
1answer
150 views
regression with random forest on imbalanced data
I'm using r package of random forest to predict the distances between pairs of proteins based on their amino acid sequence, the main interest is the proteins that are close (has smaller distance). my ...
1
vote
1answer
138 views
Identify this sampling algorithm? (R sample() function)
I'd like to read more about an algorithm that's used in R for unequal probability sampling, but after a few hours of searching I haven't been able to turn anything up on it. I thought it might have ...
3
votes
1answer
86 views
Most efficient way to run many repetitions of an Rcpp function for a simulation study?
I wrote an Rcpp function that returns a sample from a population, and to test the estimation method I'd like to run it thousands or millions of times. It seems that invoking Rcpp takes a little bit of ...
-1
votes
1answer
44 views
Creating a RasterLayer
I'm trying to create a raster layer from a matrix that contains in the columns the species names, longitude and latitude.
The data name is "base", and when I try to create the rasterlayer with the ...
0
votes
1answer
47 views
Sampling points in a vector
I have a vector _pts that contains values for (x,y,z), i.e. a point in 3D. Starting with _pts[0], I want to select those points whose distance between previously selected points is bigger than ...
1
vote
1answer
235 views
Sampling continuous function in Matlab
I'm new to matlab, and in this academic exercise they asked us to do a sampling from a continuous function.
My original functions are:
x = sin(pi * t);
y = cos(2 * pi * t / 3);
z = x + y - 2;
In ...
0
votes
0answers
96 views
Sampling Baseband Signal using 3.5mm audio jack
I need to sample a signal using my PC with the audio port.
The signal will be between 1 -> 20KHz.
I have used MATLAB's 'audiorecorder' function to sample the signal, and then analyse it in the ...
0
votes
4answers
129 views
Identifying a trend in C - Micro controller sampling
I'm working on an MC68HC11 Microcontroller and have an analogue voltage signal going in that I have sampled. The scenario is a weighing machine, the large peaks are when the object hits the sensor and ...
-1
votes
1answer
173 views
ALSA aplay sampling rate [closed]
I am using aplay from alsa-utils for playing different wav files over my Linux PC. aplay correctly plays the audio file when i play it as
aplay abc.wav
The sampling rate is found to be 22050Hz. Now ...
1
vote
2answers
92 views
Sampling in F# : is Set adequate?
I have an array of items, from which I'd like to sample.
I was under the impression that a Set would the a good structure to sample from, in a fold where I'd give back the original or a modified set ...
-1
votes
1answer
105 views
Window size in FIR filter implementation [closed]
I am supposed to test the FIR function according to the following specification. I implemented a "Block FIR- which takes a inputs of particular size(Block) and operates on them. After everything is ...
2
votes
1answer
90 views
Sampling methods
Can you help me out with these questions? I'm using Python
Sampling Methods
Sampling (or Monte Carlo) methods form a general and useful set of techniques that use random numbers to extract ...
-1
votes
1answer
52 views
How do I sample audio for real-time processing? [closed]
Audio is a complex sine wave. I want to sample data from an audio file playing and manipulate it.
Each sample should be a list of the amplitudes of the sine wave at a number of intervals.
Thanks in ...
2
votes
2answers
196 views
Transform a set of large integers into a set of small ones
How do we recode a set of strictly increasing (or strictly decreasing) positive integers P, to decrease the number of positive integers that can occur between the integers in our set?
Why would we ...
0
votes
1answer
129 views
How to use sampling frequency concept when dealing with an array of sinusoidal data?
So first I was getting myself used to Matlab FFT, for example I would do the following:
clc
fs = 4;
t = 0:1/fs:1-1/fs;
x1 = sin((2*pi)*t);
y1 = fft(x1,n);
...
1
vote
0answers
98 views
Convert binary image (monochorme) to sampling image
I have got some problem about converting image to sampling image like this picture below.
first I managed to convert the image to binary image/monochrome image from live camera using this code
...
3
votes
2answers
214 views
Sampling histograms such that the sum over the sample is uniform
I have a list of items from which I want to randomly sample a subset, but each item is paired with a histogram over D bins and I want to sample the items in such a way that the summed histogram is ...
-1
votes
1answer
35 views
Given an iterator, find 5 elements from the iterable with same probability [duplicate]
Got this funny question on a book:
Given an iterator, find 5 elements from the iterable with same probability
So obviously there's no extra buffer spaces to store the entire list.
I'm thinking of ...
5
votes
5answers
129 views
Sample with a max
If I want to sample numbers to create a vector I do:
set.seed(123)
x <- sample(1:100,200, replace = TRUE)
sum(x)
# [1] 10228
What if I want to sample 20 random numbers that sum to 100, and then ...
0
votes
1answer
20 views
Tracking Simple Objects in Low Sampled Simple Images
I'm tracking clouds dropping rain over Malaysia. The sampling rate is once every 3 hours (each time the satellite orbits the earth it takes a pictures). These are simple objects that are easily ...
0
votes
2answers
133 views
Random sampling over XY coordinates in R (or in Matlab ??)
My data frame has the following four columns: type("A" or "B"), xvar, longitude, and latitude. It looks like:
type xvar longitude latitude
[1,] A 20 -87.81 40.11
...
2
votes
0answers
47 views
Synchronous video sampling in HTML5
I am trying to sample a video in HTML5.
The issue is next:
Setting video.currentTime while in a loop executes too fast for capturing the frame, because the frame is updated relatively slow. I got ...



