Ajijul Mridol
BUET
Followers: 0 Following: 0
Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
69.743
of 300.392
REPUTAZIONE
0
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
oltre 5 anni fa | 0
Risposto
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...
oltre 5 anni fa | 0
