FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-30-2005, 08:43 AM
louis
Guest
 
Posts: n/a
Default AM modulation


Hi there, i was just playing around with the modulation function o
Matlab

here are the simple commmands I run:

» t = 5;
» t=0:0.01:10;
» y=power(sin(pi*t/(2*T)), 0.5);
» mod = modulate(y, 250, 44100, 'am');
» plot(t, mod)

so I wanted to know what I should choose my sampling frequency to be
right now it is set to 44100, but how do I know this is appropriate? Whe
I plot (t,mod), it seems that it is very dependent on the samplin
frequency. Try my commands out yourself and you will see what I mean,
but can someone explain to me why this is such an issue? I woudl hav
thought that as long as my sampling frequency was greater than 2*fc (wher
fc in this example is set to be 250) then it wouldnt matter if I set m
sampling frequency to be at something much greater than the nyquist rat
like 44100 or 88200 for example; but plotting:

» mod = modulate(y, 250, 44100, 'am');

gives me a much different graph than plotting:

» mod = modulate(y, 250, 88200, 'am');

I just dont understand theoretically, if someone could explain it owuld b
great!
thank you!!!
-L

This message was sent using the Comp.DSP web interface o
www.DSPRelated.com
Reply With Quote
  #2 (permalink)  
Old 07-30-2005, 09:27 AM
louis
Guest
 
Posts: n/a
Default Re: AM modulation

oops sorry I did a typo, it should actually be:

» T = 5;
» t=0:0.01:10;
» y=power(sin(pi*t/(2*T)), 0.5);
» mod = modulate(y, 250, 44100, 'am');
» plot(t, mod)


This message was sent using the Comp.DSP web interface o
www.DSPRelated.com
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I implement modulation by 12 in RTL? Mr. Ken Verilog 2 12-29-2006 09:17 AM
FM modulation senkumar02 DSP 4 05-21-2005 12:22 AM
Re: Modulation Schemes Steve Underwood DSP 1 04-01-2004 05:37 PM
Re: Modulation Schemes Ian Buckner DSP 0 04-01-2004 09:32 AM
Re: Modulation Schemes Steve Underwood DSP 0 04-01-2004 09:02 AM


All times are GMT +1. The time now is 12:52 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved