photo

Devon Rose


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to use besselj function to plot spectrum of single tone FM signal
close all; clear all; clc; fs = 10000; fc = 1500; fm=100; m=5; n=1:1:m; for n=1:1:m x(n)=fs-fc-n*fm; y(n)=fs+fc...

2 years ago | 1 answer | 0

1

answer

Question


How do I create a video from an image being rotated?
I am trying to create a video by combining an image that is being rotated. The code gives me an .avi file, but the image is not ...

2 years ago | 1 answer | 0

1

answer