Tagged Questions
The periodic tag has no wiki summary.
7
votes
4answers
216 views
mathematica large table periodic interpolation
I have a very large table in mathematica ((dimcub-1)^3 elements) coming from an inverse FFT. I need to use periodic interpolation on this table. Since periodic interpolation requires that the first ...
7
votes
3answers
445 views
What's a good data structure for periodic or recurring dates?
Is there a published data structure for storing periodic or recurring dates? Something that can handle:
The pump need recycling every five days.
Payday is every second Friday.
Thanksgiving Day is ...
4
votes
1answer
147 views
Periodic Task in linux kernel module
Currently I am developing GPIO kernel module for friendlyarm linux 2.6.32.2 (mini2440). I am from electronics background and new to Linux.
The kernel module loaded at start-up and the related device ...
4
votes
2answers
873 views
What's the fastest way to approximate the period of data using Octave?
I have a set of data that is periodic (but not sinusoidal). I have a set of time values in one vector and a set of amplitudes in a second vector. I'd like to quickly approximate the period of the ...
3
votes
1answer
67 views
Set day of week to be used by to.weekly
I am trying to convert a time series of daily data (only business days) contained in an xts object into a time series of weekly data. Specifically, I want the resulting time series to contain the end ...
2
votes
1answer
115 views
Testing for periodicity of noisy biological data in R: periodogram significance?
I'm trying to analyze some noisy time-series data in R. The data are based on the CO2 emission of animals and they show a sort of cyclic periodicity that I'd like to characterize. I'd like to test ...
2
votes
4answers
322 views
How to send on a specific day in php?
I want to a e-cards or something like that. The user can choose the e-cards, after chosen, he must enter the some fields like name(to and from), email(to and from), message and I want to let user to ...
1
vote
1answer
117 views
WP7 Calling NotifyComplete() after 25 seconds on a PeriodicTask
I'm trying to understand why the NotifyComplete() method gets called even after the 25 second limit for a periodic task execution.
I understand that if notifyComplete() is not called befere 25 ...
1
vote
3answers
221 views
Detecting periodic data from the phone's accelerometer
I am developing an Android app and I am need to detect user context (if walking or driving at minimal)
I am using accelerometer and sum of all axes to detect the accleration vector. It is working ...
1
vote
2answers
686 views
WP7 Periodic Task - What can I do within it
For a WP7 app I have managed to get a PeriodTask running as per some examples on msdn (sends out a toast message). Now looking to extend to do what I want.
The task is running in the background and ...
1
vote
1answer
85 views
Periodic build in Hudson
I have so far used Periodic build in Hudson where the schedule * * * * * builds the project every minute and 5 * * * * builds the project every x:05, x+1:05 etc.
But what is the way to build the ...
1
vote
2answers
140 views
How to to poll a server that updates every 1 second?
I have a server at http://foobar that returns a JSON object containing information about things that happened in the past second, e.g., something like
{
time: 2011-06-08 05:07:33,
total: ...
1
vote
1answer
111 views
Good library for date ranges & periods
This question is kind of a subset of 90308
I'm looking for a good date library in any language which can handle periodic concepts
Date Ranges/sets which are independent of year:
dr = 1 May - 31 ...
0
votes
2answers
17 views
Executing some function peridically in service class in android?
I have a function save() which will send some data to server periodically after 15 minute. How can i achieve this function in service class. I have heard about alarm manager & handlers but does ...
0
votes
1answer
151 views
WP7 Location Services Accuracy in Background
I've been experimenting with running location services in WP7 using background periodic tasks. I've been testing the accuracy values (Default and High) I can specify on GeoCoordinateWatcher and I was ...
0
votes
1answer
140 views
Android - how to run a task via “handler” periodically within a service-intent (worker-thread)
My question is Android related:
How do I run a task every 20 seconds within an intentservice ?
Problem is, I have to init some classes which will be used in the Handler "run" process.
It works one ...
0
votes
1answer
38 views
Find the period in a random distribution
I have objects which are randomly distributed in the X axis. The objects have a periodic (m) distribution with a slight variation of their position around multiples of m.
The graph here shows a ...
0
votes
2answers
113 views
Monitoring a periodic task in Rails
I am using eFax to send faxes from my Rails 3.1 app and am wondering what the best way to monitor the status of each fax is. EFax allows you to post a request with an id to find its status and I ...
0
votes
1answer
239 views
Condition checking when using numpy.piecewise to generate a piecewise periodic plot
I'm trying to generate a piecewise periodic plot using Numpy and matplotlib, like this:
import numpy as np
import matplotlib.pyplot as plt
Q1 = lambda t, f, Q_max: Q_max * np.sin(2 * np.pi *f * t)
...
0
votes
3answers
187 views
Speaker Recognition
How could I differentiate between two people speaking? As in if someone says "hello" and then another person says "hello" what kind of signature should I be looking for in the audio data? periodicity?
...