Posts

Showing posts from February 22, 2019

paging the query result with multiple heads

Image
1 1 We have a microservice for relationship modeling between objects. A relation is defined between primary and secondary objects with cardinality constraints like 1-1, 1-N, N-N, etc. The microservice provides API like Create relation, Find relations, Get secondaries, Get primaries, etc. The query API "Get secondaries" takes a primary object and returns back all the related secondary objects. Since the related secondary object could be large, the results are paginated. We had another microservice which was making good use of this relation microservice to work with relations. This consuming service accepted a similar pagination options like page index and number and passed the same to the relation service, and returned back the calling application the page results as obtained from the relation service

Find convolution of $operatorname{sinc}(t-3)*operatorname{sinc}(pi(t+3))$

Image
0 $begingroup$ How can I find the following convolution? $$operatorname{sinc}(t-3)*operatorname{sinc}(pi(t+3))$$ Where $operatorname{sinc}$ refers to this function. I can't understand how to use integration to compute this function. convolution share | cite | improve this question edited Dec 18 '18 at 21:17 Mason 1,975 1 5 30 asked Dec 18 '18 at 19:24 Thien Hoang Dang Thien Hoang Dang 6 4