Community Profile

photo

STUDENT


Last seen: 1 year ago Active since 2019

Statistics

Content Feed

View by

Question


How to write convolution equation for sin?
How do i write the y3 for the convolution of x and h? i have the code set up already but im not sure how to write the y3 %seco...

4 years ago | 0 answers | 0

0

answers

Question


Imaginary numbers in a quadratic using matlab
I am trying to graph a quadratic using the 2 roots found but wont graph . this is the code. what am i dong wrong. keeps on givi...

4 years ago | 1 answer | 0

1

answer

Question


finding roots in a quadratic formula
im not entirely sure what i am doing wrong but this is the sciprt that i have written so far function (x1, x2) = quad(a, b, c)...

4 years ago | 1 answer | 0

1

answer

Question


how do i print the 10 figures seprately ?
clear;clc M = rand(1000,10); M = cos(2*pi*M); for c = 1:size(M,2) figure(c) hist(M(:,c)) title(num2str(c))1...

4 years ago | 1 answer | 0

1

answer

Question


Clipping sin wave script, what is not correct ?
Write a script to generate the signal values for the figure above corresponding to equally-spaced time values ranging from 0 to ...

4 years ago | 1 answer | 0

1

answer