Ajijul Mridol
BUET
Followers: 0 Following: 0
Feeds
답변 있음
Generate echo to an audio
function output=echo_gen(input,fs,delay,amp) %here calculating the delay points after which echo will be added c=round(delay*f...
Generate echo to an audio
function output=echo_gen(input,fs,delay,amp) %here calculating the delay points after which echo will be added c=round(delay*f...
거의 6년 전 | 0
답변 있음
Saddle points of a 2D matrix
function indices=saddle(M) [row,col]=size(M); k=1; for i=1:row for j=1:col %check if it is the biggest elemen...
Saddle points of a 2D matrix
function indices=saddle(M) [row,col]=size(M); k=1; for i=1:row for j=1:col %check if it is the biggest elemen...
거의 6년 전 | 0
