xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 79.92MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-19
  • 語言: Matlab
  • 標簽: FPGA??Verilog??濾波器??

資源簡介

數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)配套代碼,其中有FIR,IIR,自適應濾波器的代碼實現,配套ADDA后全部可上板使用

資源截圖

代碼片段和文件信息

%E2_1_BasicWave.m文件源代碼
%產生方波、三角波及正弦波序列信號
%定義參數
Ps=10; %正弦信號功率為10?dBW
Pn=1; %噪聲信號功率為0?dBW
f=100; %信號頻率為100?Hz
Fs=1000; %采樣頻率為1?kHz
width=0.5; %函數sawtooth()的尺度參數為0.5
duty=50; %函數square()的尺度參數為50
%產生信號
t=0:1/Fs:0.1;
c=2*pi*f*t;
sq=square(cduty); ????%產生方波
tr=sawtooth(cwidth); %產生三角波
si=sin(c); ????%產生正弦波
%產生隨機序列信號
noi=rand(1length(t)); %產生均勻分布的隨機序列
noise=randn(1length(t)); %產生高斯白噪聲序列
%產生帶有加性高斯白噪聲的正弦信號序列
sin_noise=sqrt(2*Ps)*si+sqrt(Pn)*noise;
sin_noise=sin_noise/max(abs(sin_noise)); %歸一化處理
%畫圖
subplot(321);?plot(tnoi);???axis([0?0.1?-1.1?1.1]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-1.30]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘均勻分布隨機信號‘‘fontsize‘8);
subplot(322);?plot(tnoise);?axis([0?0.1?-max(abs(noise))?max(abs(noise))]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-3.20]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘高斯白噪聲信號‘‘fontsize‘8);
subplot(323);?plot(tsq);???axis([0?0.1?-1.1?1.1]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-1.30]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘方波信號‘‘fontsize‘8);
subplot(324);?plot(ttr);???axis([0?0.1?-1.1?1.1]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-1.30]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘三角波信號‘‘fontsize‘8);
subplot(325);?plot(tsi);???axis([0?0.1?-1.1?1.1]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-1.30]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘正弦波信號‘‘fontsize‘8);
subplot(326);?plot(tsin_noise);?axis([0?0.1?-1.1?1.1]);
xlabel(‘時間(s)‘‘fontsize‘8‘position‘[0.08-1.30]);?ylabel(‘幅度(v)‘‘fontsize‘8);
title(‘SNR=10dB的正弦波信號‘‘fontsize‘8);

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-22?16:17??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\
?????目錄???????????0??2019-07-09?09:46??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\
?????目錄???????????0??2019-06-04?09:13??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_2\
?????文件????????1833??2019-01-06?10:47??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_2\E2_1_BasicWave.m
?????文件?????????926??2019-01-06?10:48??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_2\E2_2_SignalProcess.m
?????文件?????????593??2019-01-06?10:49??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_2\E2_3_fft.m
?????目錄???????????0??2019-06-04?09:13??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\
?????目錄???????????0??2019-01-06?15:05??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\
?????目錄???????????0??2019-01-06?15:09??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\db\
?????目錄???????????0??2019-01-06?15:09??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\incremental_db\
?????目錄???????????0??2019-01-06?15:09??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\output_files\
?????目錄???????????0??2019-01-06?15:00??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\
?????目錄???????????0??2019-01-06?15:05??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\
?????文件???????11131??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\modelsim.ini
?????文件????????2078??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\msim_transcript
?????目錄???????????0??2019-01-06?15:00??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\
?????目錄???????????0??2019-01-06?15:00??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\
?????文件?????????386??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\verilog.prw
?????文件????????4768??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\verilog.psm
?????文件?????????445??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\_primary.dat
?????文件?????????756??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\_primary.dbs
?????文件?????????340??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam\_primary.vhd
?????目錄???????????0??2019-01-06?15:00??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\
?????文件?????????530??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\verilog.prw
?????文件????????8976??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\verilog.psm
?????文件?????????787??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\_primary.dat
?????文件?????????972??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\_primary.dbs
?????文件?????????585??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\@symb@exam_vlg_tst\_primary.vhd
?????文件????????1417??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\_info
?????目錄???????????0??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\_temp\
?????文件??????????26??2014-05-18?18:11??[數字濾波器的MATLAB與FPGA實現——Altera_Verilog版(第2版)][杜勇][配套資料]\36609---數字濾波器--配套資源\Chapter_3\E3_1\simulation\modelsim\rtl_work\_vmake
............此處省略5586個文件信息

評論

共有 條評論