Statistiques
7 Questions
                        0 Réponses
RANG
41 482
                          
                          
of 300 381
                        
RÉPUTATION
1
                           
                        
CONTRIBUTIONS
                          7 Questions
                          0 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            71.43%
                        
VOTES REÇUS
1
RANG
 of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 477
CONTRIBUTIONS
                            0 Problèmes
                            0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can i find the property value(here plotting table) of an object which i am able to plot only? Please read body below.
I have a function which returning a object 'yy' with properties as: Double[] with properties: Length: 3...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i get desired frequencies appearing in graph ,from variables, created by spectrogram function?
See: FOrQuestioning.m file in Attachment. As it can be seen in 2nd column out of 10 columns i have created in graph,there is a...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there is any GOOD book which deals with digital signal processing using both c++ and matlab?
If not ,please suggest *BEST* book seperately for dsp using C++ and matlab.
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
why doubling is done from 2 to end-1 only in plotting single sided spectrum: P1(2:end-1) = 2*P1(2:end-1); ?
The full code is: Y = fft(X); P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); f = Fs*(0:(L/2))/L...
plus de 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
Which is best book on digital signal processing using matlab?
Tell me in order of priority.
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I have a 17658x1 double matrix. I want to find the values of indices when matrix elements are equal to k(here .1).
I have a 17658x1 double matrix. I want to find the values of indices when matrix elements are equal to k(here .1).
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to give a variable(here 17658x2 matrix) some proper units desired ?
[y,fs] = audioread('damn-it.wav'); plot(y); ---- when this code runs audio is stored in 'y' and on plotting ,it shows n...
plus de 7 ans il y a | 1 réponse | 0
