This repository contains code for Official implementation of the following paper:
Xiong, Bo, et al. "Real-time parameter evaluation of high-speed microfluidic droplets using continuous spike streams." Proceedings of the 32nd ACM International Conference on Multimedia. 2024.
-
sim_calculate_parameters.ipynb: Calculating parameters for simulation data. The simulation data can be download from SpikeSimulationData -
The real experimental data (coming soon)
- Ensure you have Jupyter Notebook installed
- Open
sim_calculate_parameters.ipynbto analyze and calculate parameters. The paths to the dataset and output files should be specified.
- Python 3.x
- Jupyter Notebook
- Required Python packages (listed in notebook)
If you find this work helpful, please consider citing our paper.
@inproceedings{10.1145/3664647.3681378,
author = {Xiong, Bo and Su, Changqing and Lin, Zihan and Chen, Yanqin and Zhou, You and Cheng, Zhen and Yu, Zhaofei and Huang, Tiejun},
title = {Real-time Parameter Evaluation of High-speed Microfluidic Droplets using Continuous Spike Streams},
year = {2024},
isbn = {9798400706868},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3664647.3681378},
doi = {10.1145/3664647.3681378},
booktitle = {Proceedings of the 32nd ACM International Conference on Multimedia},
}
}