【數(shù)字信號(hào)調(diào)制】基于2ASK實(shí)現(xiàn)數(shù)字信號(hào)振幅調(diào)制與解調(diào)含Matlab源碼
時(shí)間:2022-05-13
來源:
瀏覽:
【數(shù)字信號(hào)調(diào)制】基于2ASK實(shí)現(xiàn)數(shù)字信號(hào)振幅調(diào)制與解調(diào)含Matlab源碼
天天Matlab
天天Matlab
天天Matlab
TT_Matlab
博主簡介:擅長智能優(yōu)化算法、神經(jīng)網(wǎng)絡(luò)預(yù)測、信號(hào)處理、元胞自動(dòng)機(jī)、圖像處理、路徑規(guī)劃、無人機(jī)等多種領(lǐng)域的Matlab仿真,完整matlab代碼或者程序定制加qq1575304183。
收錄于合集
#雷達(dá)通信matlab源碼
40個(gè)
1 簡介
2 部分代碼
function [f,sf]= T2F(t,st)
%This is a function using the FFT function to calculate a signal’s Fourier
%Translation
%Input is the time and the signal vectors,the length of time must greater
%than 2
%Output is the frequency and the signal spectrum
dt = t(2)-t(1);
T=t(end);
df = 1/T;
N = length(st);
f=-N/2*df:df:N/2*df-df;
sf = fft(st);
sf=T/N*fftshift(sf);
3 仿真結(jié)果
4 參考文獻(xiàn)
[1]楊兆飛. 基于Matlab的數(shù)字傳輸信號(hào)調(diào)制與解調(diào)分析與仿真[J]. 智能機(jī)器人, 2012(4):74-76.
博主簡介:擅長智能優(yōu)化算法、神經(jīng)網(wǎng)絡(luò)預(yù)測、信號(hào)處理、元胞自動(dòng)機(jī)、圖像處理、路徑規(guī)劃、無人機(jī)等多種領(lǐng)域的Matlab仿真,相關(guān)matlab代碼問題可私信交流。
部分理論引用網(wǎng)絡(luò)文獻(xiàn),若有侵權(quán)聯(lián)系博主刪除。
版權(quán):如無特殊注明,文章轉(zhuǎn)載自網(wǎng)絡(luò),侵權(quán)請(qǐng)聯(lián)系cnmhg168#163.com刪除!文件均為網(wǎng)友上傳,僅供研究和學(xué)習(xí)使用,務(wù)必24小時(shí)內(nèi)刪除。
相關(guān)推薦
熱門信息
-
2023年各省最新電價(jià)一覽!8省中午執(zhí)行谷段電價(jià)! 2023-01-03
-
PPT導(dǎo)出高分辨率圖片的四種方法 2022-09-22
-
全國消防救援總隊(duì)主官及簡歷(2023.2) 2023-02-10
-
盤點(diǎn) l 中國石油大慶油田現(xiàn)任領(lǐng)導(dǎo)班子 2023-02-28
-
我們的前輩!歷屆全國工程勘察設(shè)計(jì)大師完整名單! 2022-11-18
-
關(guān)于某送變電公司“4·22”人身死亡事故的快報(bào) 2022-04-26
