Question: answer should be as a MATLAB script 1. An inverting amplifier has a gain of A = -2. This means that the amplifier can take

answer should be as a MATLAB script  answer should be as a MATLAB script 1. An inverting amplifier
has a gain of A = -2. This means that the amplifier

1. An inverting amplifier has a gain of A = -2. This means that the amplifier can take in any input signal and produce a corresponding output signal that is inverted and doubled. If the input signal can be modeled by the sinusoidal function Vin(t) = 3sin(t), then find the following: A. The function that models the output signal, Vout(t) = A*Vin(t) B. Plot Vin(t) and Vout(t) on the same graph. from t = 0 to 10. Let Vin(t) be represented by a green dotted line and Vout(t) be represented by a solid blue line. Title your graph "Input and Output Voltage of an Inverting Amplifier with Gain -2." Include a legend that identifies your lines. 2. Suppose you are interviewing for an internship at Instagram. For one of your interview questions, you are asked to either take or find a picture and perform some basic image processing. You will need to: A. Take or find a digital image and save it to your local machine. Load the image in MATLAB/Octave by using the imread() function, ie: image = imread('pathTolmage selfie.jpg'); See the script on the Basic Image Processing page to see an example. B. Create a new image called "graylmage" and store in it a version of the original image, but in gray scale (black and white). To convert, use the command graylmage = rgb2gray(image); C. Create a cropped image called "croppedlmage." To perform the cropping, compute 10% of the original x and y dimensions and take that amount of pixels off the left, right, top and bottom. Remember, you should not be modifying your original image, but just copy over the desired pixels to croppedlmage. D. Create a new image called "redRemoved" and store in it just the blue and green components of the original image. E. Create a subplot with all images properly labeled that contains the original image and all of your modified image. Organize your subplots into a 2x2 grid

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!