photo

Deepak Gala


Last seen: 3년 초과 전 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

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

7년 초과 전 | 0

| 수락됨