SOUMYA SUVRA GHOSAL
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to use Arduino as an emulator to filter signals ?
Arduino Code: define<IIRFilter.h> const double numerator={100, 68}; const double denominator={-98,7}; IIRFilter iir(numerato...
6 years 前 | 0 个回答 | 0
0
个回答提问
connect centre of each grid in a plot
In the attached file I have calculated the coordinates of centre of each grid.But i need to connect each centre with its adjacen...
6 years 前 | 0 个回答 | 0
0
个回答提问
HOW TO MAKE A TENSOR IF ONE DIMENSION IS TIMESTAMP IN DATE-TIME FORMAT
How should i create a tensor with the following components. 1.trip id(24999 * 1 double) 2.pickup timestamp for each id(249...
6 years 前 | 0 个回答 | 0
0
个回答提问
convert matrix to tensor
i have a data set which has the following structure <road_segment_id>/<time_slot>/<driver_id>/<travel_time> Now I need to sele...
6 years 前 | 1 个回答 | 0