photo

Deepak Gala


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Reading, resampling and writing audio files
This should work! for i=1:1000 FILE1=sprintf('file48000_%d.wav',i); FILE2=sprintf('file8000_%d.wav',i); ...

7 years 前 | 2

已回答
removal of background of cropped image
This might link might help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=a...

7 years 前 | 0

已回答
How to remove background from an image?
This link might help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=answers...

7 years 前 | 0

已回答
How can I remove background of an insect image ? and I want to make the back ground as white.
This link will help! <https://blogs.mathworks.com/loren/2015/06/24/how-do-you-modify-the-background-of-an-image/?s_tid=answers_r...

7 years 前 | 1

| 已接受

已回答
how to put error value in PID?
I guess you are talking about the Simulink model in Matlab. There is a 'PID' block in Simulink library. I have attached a simple...

7 years 前 | 0

已回答
Reading, resampling and writing audio files
This should do what you want. [y,fs]=audioread('file48000.wav'); audiowrite('file8000.wav',y,8000);

7 years 前 | 0

| 已接受