資源簡介
數字信號處理 matlab實驗源程序吳鎮揚版
代碼片段和文件信息
function?beq=a2dr(db)
m=1;
d1=abs(d);
while?fix(d1)>0
????d1=abs(d)/(2^m);
????m=m+1;
end
beq=fix(d1*2^b+.5);
beq=sign(d).*beq.*2^(m-b-1);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????147??2008-12-13?21:21??DSP_WORKS\a2dr.m
?????文件????????141??2008-12-13?21:18??DSP_WORKS\a2dt.m
?????文件????????132??2008-12-16?13:39??DSP_WORKS\dsp5-17.m
?????文件????????456??2008-12-16?14:19??DSP_WORKS\dsp5_17.asv
?????文件????????438??2008-12-16?14:31??DSP_WORKS\dsp5_17.m
?????文件????????298??2008-10-28?19:23??DSP_WORKS\dsp_2_13.asv
?????文件????????298??2008-10-28?19:25??DSP_WORKS\dsp_2_13.m
?????文件???????1182??2008-10-28?20:43??DSP_WORKS\dsp_chapter2_1.asv
?????文件???????1214??2008-10-28?20:46??DSP_WORKS\dsp_chapter2_1.m
?????文件????????554??2008-10-28?20:58??DSP_WORKS\dsp_chapter2_2.m
?????文件????????689??2008-11-27?21:04??DSP_WORKS\dsp_chapter2_3.asv
?????文件????????697??2008-11-27?21:06??DSP_WORKS\dsp_chapter2_3.m
?????文件????????615??2008-10-29?21:19??DSP_WORKS\dsp_chapter2_4.asv
?????文件????????615??2008-10-29?21:24??DSP_WORKS\dsp_chapter2_4.m
?????文件????????387??2008-10-29?21:39??DSP_WORKS\dsp_chapter2_5.asv
?????文件????????498??2008-12-08?21:30??DSP_WORKS\dsp_chapter2_5.m
?????文件????????895??2008-10-30?00:04??DSP_WORKS\dsp_chapter2_6.asv
?????文件???????1018??2008-10-30?10:47??DSP_WORKS\dsp_chapter2_6.m
?????文件????????347??2008-10-30?09:04??DSP_WORKS\dsp_chapter2_7.m
?????文件????????323??2008-12-11?12:35??DSP_WORKS\dsp_chapter3_1.m
?????文件????????509??2008-11-12?22:09??DSP_WORKS\dsp_chapter3_2.asv
?????文件????????551??2008-12-11?12:43??DSP_WORKS\dsp_chapter3_2.m
?????文件????????707??2008-12-11?12:54??DSP_WORKS\dsp_chapter3_3.m
?????文件????????403??2008-11-12?22:39??DSP_WORKS\dsp_chapter3_4.asv
?????文件????????403??2008-11-12?22:44??DSP_WORKS\dsp_chapter3_4.m
?????文件????????410??2008-11-12?22:43??DSP_WORKS\dsp_chapter3_5.m
?????文件???????1211??2008-11-26?20:23??DSP_WORKS\dsp_chapter4_1.asv
?????文件???????1214??2008-11-26?20:23??DSP_WORKS\dsp_chapter4_1.m
?????文件????????399??2008-11-26?20:43??DSP_WORKS\dsp_chapter4_2.asv
?????文件????????910??2008-11-26?23:52??DSP_WORKS\dsp_chapter4_2.m
............此處省略19個文件信息
- 上一篇:matlab編寫的susan算法程序
- 下一篇:工程優化問題的Matlab實現代碼
評論
共有 條評論