about producing clear carrier signal
2 次查看(过去 30 天)
显示 更早的评论
carrier_Fs=24e3;
Carrier_Fc=10e3;
no of samples: 240000..i have taken no samples for carrier signal becuase input signal is a audio signal which have 240000 samples..
while trying get the cosine wave using cos equation ..i am not getting the clear cos wave...i am getting distorted wave...
carrier=int32(Ac*32767*cos(2*pi*Fc*t/Fs));
here t value variese from 1:240000. and i am changing the double values into integer values...i don't think that conversion effects the wave form...
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Applications 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!