subject
Engineering, 15.01.2021 18:40 queenkimm26

Implement the following Matlab code: x=zeros(10,128);
t1=[0:1/128:1-1/128];
z=cos(2*pi*2*t1);
x(1,:)=z;
x=reshape(x,1,1280);
figure(1);
plot(x)
Examine Figure 1 – what does it “look like”? Zoom in. Take the FFT of x and explain what you see.
Manipulate the FFT and perform the IFFT to create a signal which is a continuous (i. e. no interpolating zeroes) sinusoid in the “time” domain. Explain the amplitude of the sinusoid.

ansver
Answers: 2

Another question on Engineering

question
Engineering, 03.07.2019 14:10
The y form of iron is known as: a) ferrite b) cementite c) perlite d) austenite
Answers: 3
question
Engineering, 04.07.2019 16:10
An electrical motor raises a 50kg load at a construct velencity .calculate the power of the motor, if it takes 40sec to raise the load through a height of 24m(take g =9.8n/g)
Answers: 2
question
Engineering, 04.07.2019 18:10
Thermal stresses are developed in a metal when its a) initial temperature is changed b) final temperature is changed c) density is changed d) thermal deformation is prevented e) expansion is prevented f) contraction is prevented
Answers: 2
question
Engineering, 04.07.2019 18:10
Which of the following components of a pid controlled accumulates the error over time and responds to system error after the error has been accumulated? a)- proportional b)- derivative c)- integral d)- on/off.
Answers: 2
You know the right answer?
Implement the following Matlab code: x=zeros(10,128);
t1=[0:1/128:1-1/128];
z=cos(2*pi*...
Questions
Questions on the website: 13722367