Azzera filtri
Azzera filtri

Plot sine wave with bandwidth

13 visualizzazioni (ultimi 30 giorni)
Vick
Vick il 2 Dic 2017
Commentato: Image Analyst il 2 Dic 2017
Hi,
I want to create a sine wave with a given bandwidth, a plot similar to this,
Say my frequency is 20Hz, amplitude is 20 and bandwidth is 4.

Risposte (1)

Image Analyst
Image Analyst il 2 Dic 2017
How about just using the formula for sine:
x = linspace(......
y = 20 * sin(2*pi*20*x);
  2 Commenti
Vick
Vick il 2 Dic 2017
Hi, This will give me uniform sine wave how about specifying the bandwidth? my fc=20kHz; f2-f1=4kHz. I'm also interested in having sine plot similar to the below image where the bandwidth is not in a square form.
Image Analyst
Image Analyst il 2 Dic 2017
A sine wave does not have a bandwidth. The bandwidth is zero because it's a single frequency. To get something with a bandwidth that's not zero, you'd have to have something different than a pure sine wave.

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by