photo

Manjutha Manavalan


Last seen: oltre 2 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

9 Domande
0 Risposte

Cody

0 Problemi
1 Soluzione

RANK
225.196
of 297.503

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
22.22%

VOTI RICEVUTI
0

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
120.506
of 159.017

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 5 anni fa

Domanda


Error in ()-indexing must appear last in an index expression.
can any one help me to rectify this error Thank you in advance. for i=1:NumFrames ft(i,:)=abs(fft(windowed(i,:))(...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


what is the matlab code to remove noise from the speech signal?
clc; clear all; close all; fileName='1.wav'; [x, fs] = wavread(fileName); N = length(x); t=(0:length(x)-1)/...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to plot the audio into sample?
clc; clear all; close all; fileName='Voice_002.wav'; [y, fs, nbits]=wavread(fileName); N = length(y);% % N is t...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Attempted to access x(1,2); index out of bounds because size(x)=[105760,1].
can you please solve this sir for i=1:2 for j=2:len-1 x(j,i) = (x(j-1,i) + x(j,i) + x(j+1,i))/3 ; end e...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


available noise removal techniques in signal processing
i need audio noise removal techniques matlab code

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find array of second minimum value based on the index value
index=[1 2 3 4 5]; p(i)=[0.1 0.2 0. 3 0.4 0.5]; based on the random position of p(i) second minimum value should occur not...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


i want the pbest value from p(i) not i value
clc; clear all; close all; it=100; %ITERATION c1=2; %Accelaration coefficient c2=2;%Accelaration coefficient ...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i use single threshold value for histogram particle swarm optimization based
how can i show single line in histogram

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


object tracking using kalman filter how should i implement particle swarm optimization code
clc; close all; clear all; video = VideoReader('address1.avi'); %in place of aviread %nframes = length(video); nframes=vi...

quasi 9 anni fa | 0 risposte | 0

0

risposte