Cheap Baby Slings
Wide Selection

Fc Carrier

Fc Carrier

[phpbay]Fc Carrier,95,117031[/phpbay]



Popular video about Fc Carrier:
Kelty FC 1.0 Child Carrier




Frequently Asked Questions:
Fc Carrier

MATLAB CODE for plotting a signal?

I don't have any knowledge about matlab, but I have to answer the following questions and use Matlab to plot the graphs:

Given an FM modulator with the following parameters:

Deviation sensitivity K = 1.6 kHz
Carrier frequency fc = 600kHz
Modulating signal vm = sin(2pi4Kt)

a. Determine the modulation index and sketch the output spectrum
b. Change the modulating signal amplitude to 3Vp and repeat (a)
c. Change the modulating signal frequency to 1kHz and repeat (a)

I can answer the questions, but can't plot the output spectrums. Any assistance is welcomed and will be appreciated

Plot the signal's equation against time like this:

Example code:

>> x = [0:0.01:10]; <----interval [start : step : end]
>> y = cos(x); <----equation
>> plot(x, y)

the ' ; ' in the end avoids matlab spitting out the results

Hope I helped, good luck!






Fc Carrier

Tags: , , , , , ,

Comments are closed.