Feeds
提问
insert vector between two points
Hello I have two vectors t=[1,2,3,4,5,6] s=[7,8,9] And i want insert the vector s in vector t like that: t=[1,2,3,7,8,9,4,...
8 years 前 | 1 个回答 | 0
1
个回答提问
insert several zeros between two samples
Hello, I have un signal xN with irregular sampling and i want insert zeros with a step of 100e-3 between my samples So i have ...
8 years 前 | 1 个回答 | 1
1
个回答提问
How can I get an analog signal by inputting irregular samples and using the delta sigma method (1-bit DAC)?
I have already used the zero order hold way to rebuild an analog signal, but with irregular samples i don't know use it. cl...
8 years 前 | 0 个回答 | 0
