Estadística
CLASIFICACIÓN
17.620
of 295.569
REPUTACIÓN
2
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
10.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Feeds
Pregunta
Designing DTMF Generator on SImulink
I have looked at the example called DSPDTMF. I do not seem to understand it. Could someone guide me on how to design a DTMF gene...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Matlab 2012a subs() BUG?
I have function that is a sum of multiple sinusoidal functions. It is x(t). I try to first do time shift, no problem: sy...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I plot a fourier transform?
syms t w x1 = sin(2*pi*20*t)*cos(2*pi*2000*t); x2 = sin(2*pi*40*t)*cos(2*pi*4000*t); x = x1+x2; X= fourier(x,t...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Signals and Systems: Designing a filter using invfreqs?
Given a time-domain sinusoidal function like this: x(t) = sin(at)cos(bt) + sin(ct)cost(dt) How do I filter out one term usin...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Numeric Integration for Fourier Transform
I need to do a fourier transform of a function that I have only a vector for. So given a vector y and time t. t= linspace(...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Convolution of Fourier Series Coefficients
So I have generated the fourier series coefficients for x(t) and y(t). I know that if z(t) = x(t)y(t) then in the frequency doma...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Am I finding the Step and Impulse Response Correctly?
Given the function: dy(t)/dt + 3y(t) = x(t) step([1],[1,3],t); impulse([1],[1,3],x,t);
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the method to get step response of differential order system?
Should I do laplace first and then do a step response of the laplace. I have never used Matlab to such degree and am very con...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculating Fourier Series Coefficients Using Custom Matlab Function
My attempt at creating such a function where it must have the three inputs x, w0, and N: function[ak] = cal_fs(x, w0, N) ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasHow to transform function in MatLab? Shift, Scale etc.
http://www.mathworks.com/help/symbolic/subs.html I think I found it. Appears to work. x3 = subs(x1, t, t-2) Is this a c...
alrededor de 12 años hace | 1
Pregunta
How to transform function in MatLab? Shift, Scale etc.
If I have a function as follows: syms x1; syms t; x1 = exp(t)* Heaviside(2*t); How do I do define x2 = x1(t-2) so ...
alrededor de 12 años hace | 3 respuestas | 0