Byungho
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
231 458
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
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
I can't see the cosine graph. How do I generate the cosine graph using 2^10 samples?
deltat=0.1; nsamples=2^10; time=[0 : deltat : deltat*(nsamples-1)]; for i=1: nsamples ydata(i,:)=[5+10*cos(2*pi*time+pi/6)];...
8 mois il y a | 3 réponses | 0
3
réponsesQuestion
How do I fix this error?
deltat=0.1; nsamples=2^10; fs=1/deltat; time=[0 : deltat : deltat*(nsamples-1)]; psdtot(1:nsamples/2+1) = zeros(1,nsamples/2...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
Could you fix this code? I am trying to generate the Gaussian noise that is changing over time. X(t)=5+10*cos(2*pi*t+pi/6)+G(sigma,t)
deltat=0.1; nsamples=2^10; fs=1/deltat; time=[0 : deltat : deltat*(nsamples-1)] psdtot(1:nsamples/2+1) = zeros(1,nsamples/2+...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
Could anyone tell me what it means in the code(xfer1(i) = xfer(5,1))?
a11=-400; a12=0.077; a13=2200*(-1.3*10^-5)/(1.6*10^-5); a14=2200*(-2*10^-4)/(2*1.6*10^-5); a31=0.975*10^6/(12537.5*1055.1); ...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
How do I optimize graph size?
How do I optimize the black graph? I cannot display the red and blue graph because of the scale of the black graph. Is there any...
environ un an il y a | 2 réponses | 0