Miguel Amor Rodriguez Avelino
Followers: 0 Following: 0
Statistics
RANK
205,715
of 295,527
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How do I create a toeplitz matrix from a signal and with that create a polynomial and get its constants
clear variables; % Limpia variables close all; % Cierra ventana cl...
1 year ago | 0 answers | 0
0
answersQuestion
someone help me an example how to generate a toeplitz matrix for n matrices.
a code that generates any matrix inserting any data but always respecting the theorem
1 year ago | 1 answer | 0
1
answerQuestion
It is a project that must be made matpower but the library comes in several cases none of the results come out.
2 years ago | 0 answers | 0
0
answersQuestion
which my mistake erro
% TRANSFORMADOR MONOFASICO DE DOS DEVANADOS %ARCHIVO: EFICIENCIA_I Re=0.0276; %input('Resistencia equivalente por el lado de...
2 years ago | 2 answers | 0
2
answersQuestion
someone who can help me to correct my problem please????
n = 0:10; %% Impluse Response: hn = -4*(1/3).^n; hn(1) = hn(1) + 6; b = [2 -2]; a = [1 -1/3]; hnz = filter(b,a,[1,zeros(1,l...
2 years ago | 1 answer | 0
1
answerQuestion
someone who can tell me my mistake why it doesn't graph me?????? QUESTION 14.
P0214: Use function 'conv(h,x)' to compute noncausal % h convolves causal x close all; clc nh = -4:4; nx = 0:5; h = one...
2 years ago | 1 answer | 0
1
answerQuestion
Which is my mistake?
% P0232: Use function ’filter’ to study the impulse response and % step response of a system specified by LCCDE close all; clc...
2 years ago | 1 answer | 0