about producing clear carrier signal
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Applications 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!