- Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@221 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -17,4 +17,4 @@ do {tb_fir_semi_parallel.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 520us
|
||||
run 50us
|
||||
|
||||
@@ -17,6 +17,7 @@ add wave -noupdate -format Logic /tb_fir_semi_parallel/uut/en
|
||||
add wave -noupdate -format Logic /tb_fir_semi_parallel/uut/ce0
|
||||
add wave -noupdate -format Literal /tb_fir_semi_parallel/uut/count0
|
||||
add wave -noupdate -format Logic /tb_fir_semi_parallel/din_vld
|
||||
add wave -noupdate -format Logic /tb_fir_semi_parallel/uut/start
|
||||
add wave -noupdate -format Literal -expand /tb_fir_semi_parallel/uut/count_array
|
||||
add wave -noupdate -format Literal -expand /tb_fir_semi_parallel/uut/ce_array
|
||||
add wave -noupdate -format Literal /tb_fir_semi_parallel/uut/h_addr
|
||||
@@ -42,7 +43,7 @@ add wave -noupdate -format Literal -radix decimal /tb_fir_semi_parallel/uut/gen_
|
||||
add wave -noupdate -format Literal -radix decimal /tb_fir_semi_parallel/uut/gen_stages__1/inst_fir_stage/x_out
|
||||
add wave -noupdate -format Literal -radix decimal /tb_fir_semi_parallel/uut/gen_stages__1/inst_fir_stage/y_out
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {486552931 ps} 0} {{Cursor 2} {50255850 ps} 0} {{Cursor 3} {148250000 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {486552931 ps} 0} {{Cursor 2} {5530000 ps} 0} {{Cursor 3} {148250000 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
@@ -56,4 +57,4 @@ configure wave -gridperiod 100
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 1
|
||||
update
|
||||
WaveRestoreZoom {121806552 ps} {163544462 ps}
|
||||
WaveRestoreZoom {0 ps} {52500 ns}
|
||||
|
||||
@@ -33,8 +33,8 @@ H = abs(sin(pi*M.*f)./sin(pi.*f/R)).^N;
|
||||
|
||||
H = max(fft_y2_fir(1:2))*H ./ g;
|
||||
|
||||
wavwrite(0.45*[I_out_fir'-mean(I_out_fir) Q_out_fir'-mean(Q_out_fir)], 8000, 16, 'iq_cfir.wav');
|
||||
wavwrite(0.45*[I_out_dec'-mean(I_out_dec) Q_out_dec'-mean(Q_out_dec)], 8000, 16, 'iq.wav');
|
||||
wavwrite(0.9*[I_out_fir'-mean(I_out_fir) Q_out_fir'-mean(Q_out_fir)], 8000, 16, 'iq_cfir.wav');
|
||||
wavwrite(0.9*[I_out_dec'-mean(I_out_dec) Q_out_dec'-mean(Q_out_dec)], 8000, 16, 'iq.wav');
|
||||
|
||||
% Output
|
||||
close all;
|
||||
|
||||
Reference in New Issue
Block a user