photo

Manjutha Manavalan


Last seen: plus de 3 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

9 Questions
0 Réponses

Cody

0 Problèmes
1 Solution

RANG
67 319
of 300 302

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
22.22%

VOTES REÇUS
0

RANG
 of 20 911

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
113 367
of 168 040

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A résolu


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:...

plus de 5 ans il y a

Question


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,:))(...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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)/...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

0

réponse