Statistiques
10 Questions
0 Réponses
RANG
259 431
of 300 871
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 21 100
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 460
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
2 Public Chaînes
CLASSEMENT MOYEN
30
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to label x-axis of stem plot that consist spectrum?
I am plotting the graph using stem. What code should I write to label the x-axis with spectrum? I have tried xticklabels but it ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create low pass filter to remove the signal greater than 40pi?
I am designing a filter to remove the unwanted signal in my D(w). The intention is to remove the signal at 4960pi and 5040pi (on...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot the graph with different amplitudes at different frequencies?
For the amplitude of D(w), I have used the command "simplify" and obtained that there are two different amplitudes at different ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing.
I encounter "Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function argum...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot the signal having convolution in frequency domain?
I am doing a signal project to perceive the signals undergoing convolution, modulation and demodulation. The MATLAB script is a...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Why the fourier transform of a signal does not produce any graphing?
Hi, I have written a MATLAB code to convert the signal equations from time domain into frequency domain. However, when plotting ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using sym/subsindex when doing convolution of two signals (cosine function and impulse function) in MATLAB.
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x a h b c d e f_c t tau x(t) = cos(100*pi*t)...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Why do I receive 'Error using sym>tomupad' in Line 6 when plotting impulse signal with right time shifting?
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x(t) a(t) h(t) b(t) c(t) d(t) e(t) f_c(t) x(...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Rewrite the script without using continue and break statement.
I have written a code as below: a=5:-1:-2; i=1; while(1) if(a(i)<0) break; end b=a(i)*2; i=i+1; ...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to enable while 1 loop in matlab?
I am planning to make a BMI calculation in which this program will prompt the user to enter new inputs repetitively as long as b...
environ 4 ans il y a | 1 réponse | 0
