photo

Samuel O'Neill


Last seen: más de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
1 Respuesta

CLASIFICACIÓN
259.115
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to evaluate frequency response of a filter using freqz()?
I have a vector of length 25 which contains the impulse response of a filter. I'm supposed to use freqz() to evaluate the frequ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to use filter() if I don't have the transfer function?
I have been provided with an impulse response h (vector of length 3) and an input signal x (vector of length 10). I need to use...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to produce frequency vector corresponding to FFT() samples?
I have this function which I wrote to implement the DFT formula without MATLAB's built in fft() function: function [X] = DFT(x)...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to plot a phase only Bode plot?
Reposting Tommy's comment here as its the solution for any future users: h = bodeplot(tf); setoptions(h,'MagVisible','off');

más de 5 años hace | 0

| aceptada

Pregunta


How to plot a phase only Bode plot?
I'm looking for a command that will plot a phase Bode plot of a transfer function, but not a magnitude plot. I'm doing this to c...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find closed loop transfer function and use it to identify τ and k?
I have to answer a few questions on transfer functions using Matlab. The first question, which I solved without Matlab, gives a ...

más de 5 años hace | 1 respuesta | 0

1

respuesta