Science method
Real-Time Computing - Science method
Real-time systems is the study of hardware and software systems that are subject to a "real-time constraint"— e.g. operational deadlines from event to system response. Real-time programs must guarantee response within strict time constraints. Often, but not always, real-time response times are understood to be in the order of milliseconds and sometimes microseconds.
Questions related to Real-Time Computing
Is there component correspondence between Reservoirs and Capsules? Do you think an architecture could implement both, either in different complementary modules or in a single integrated module? Could this architecture then be used for NLP tasks?
Maass W., Natschläger T. , and Markram H. (2002). “Real-Time Computing Without Stable States: A New Framework for Neural Computation Based on Perturbations"
Sabour S., Frosst N., Hinton, G.E., (2017). "Dynamic Routing Between Capsules"
What are the promising research directions in current optimal control theories? Online optimal control, intelligent optimization control or other methods?
I am working on RT-Lab Real time simulator, but is there an other one?
The common factor of the three communications is the ultra-low latency requirement, but there are different definitions for them according to their applications. So, can we use the real-time communications as a general name for the them or not?
We are looking for best algorithm for real-time object detection.
We are looking for tools for this implementation
Dear all,
I am interested in processing PPG signals with the least possible delay. The high-frequency noise should be removed. Then, the local maxima, local minima and DC component should be computed in order to extract the ratio of ratios (mentioned in "Design of pulse oximeters", section 9.3):
R = ln ( Rmin / Rmax ) / ln ( IRmin / IRmax ),
where Rmin , Rmax, IRmin, IRmax are the minima and maxima of the red and infrared light intensities.
Which FAST method do you recommend me for this procedure, please? Standard tools in the temporal domain are affected by noise, and spectral domain tools introduce 1 cycle (about 1 s) delay.
Thank you very much in advance.
Best regards,
Fernando
When I execute an experiment, I measure execution time (minutes or hours), and since there is an environmental noise, the execution time is different. It is expected that the execution time complies with the normal distribution. I am wondering, is it defined or what is the number of repetitions that will be counted enough for statistical analysis and conclusion? 10, 50, 100, 1000?
How to create an android application that collect system calls from android device in real time and predict application behaviour from the collected sequence.
Hi, we worked on depth estimation of rectified images using OpenCV. The approach usues simple template matching with SAD. Does anybody know of a recent DENSE depth estimation algorithm for which there already exists an online accessible implementation? Thanks
Any one have deep knowledge in this field ,& tell me how to step into this field
for example: ABS (Anti-lock braking system) in vehicle use a Real-Time computer.
which features are important to design one? I need some references.
How can add parameter as waiting time in priority based scheduling algorithm. If we add this parameter then it's provides efficient scheduling list.
We add this parameter as
Waiting time,
Turn round time,
Execution Time
I have a system in which my master device will be communicating with some slaves, over some stackable female headers, from one PCB to another. Female headers are roughly 20mm long(confirmed from datasheet). SPI interface signals will be approx. 2MHz and 3.3V ? Now should I be worried about transmission line effects?
Is there a software which can calculate the parameters simultaneously from a real-time video in a way that it can show the amount of parameters in every second?
I'm trying to figure out how to detect/compute the camera's focus of expansion coordinates before computing the camera translational and rotational parameters in order to improve the camera motion estimation. I use matched features between frames to compute the optical flow field, and having the focus of expansion coordinates will improve the estimation of the camera roation and translation.
I've been following the paper by irani for egomotion recovery and couldnt really understand how they do that coordinate extraction. (link below)
If anyone can give me an insight on how to retrieve such coordinates or on how to estimate the camera's motion parameters in a different way i'd really appreciate it.
Thank you in advance
200lines of main function or the main function with many branching functions reducing the number of line to 10-20...
Many journals require details of some reviews during the submitting some relatively capture those information.
Please help me find a real-time operating system (preferably open source) to start off with. Searching through Google provides a lot of options and I am very confused by the different platforms.
My requirement is only that it has to run code in a real-time operating system that spawns 4 threads. All these threads have a different set of code and are completely independent. They don't cause any IO requests. For example, thread 1 generates a number series, thread 2 multiplies a large matrix, and so on. If we consider that each of these threads takes 4, 5, 7, and 9 seconds to complete if executed serially, can the same results be achieved and guaranteed if all the threads are running simultaneously?
What is the best way to Schedule/Execute two separate codes on a dual core processor? Consider that the two codes don't have any dependency on each other or any shared resources. For Example : one piece of code Generates a Fibonacci series and another the Square root. ( Both code from 1 to billion). Can these two code be run on two separate processor entirely independent of each other? If one of the codes (Assume the Fibonacci) encounters a overflow error the other must not be affected in any manner.
How to achieve real time programming in .NET? Is there any additional framework available? How to stop a program from executing if the time has lapsed. so, if I say a code needs to finish by "1sec and 600 milisecond", how can I guarantee the timeline?
Has anybody used a cycle-accurate simulator for multicore architectures suitable for real-time systems other than gem5? Basic requirements are the ability to output timestamps for executed instructions as well as statistics on cache hits, misses, and other hardware-accelerator events of interest to timing analysis.
Perhaps among the keywords it may be worth to mention: embedded systems, scheduling, schedulability analysis, predictability, worst-case, WCET, quality of service, QoS, latency, response-time, multi-processor and multi-core platforms, provable correctness, model-based design, industrial automation, aerospace and defence, multimedia.
Also, I'm not quite sure of the relevance of wireless communications :-) to real-time computing!