Feeds
提问
I am trying to implement matlab code in hdl using hdl coder.But iam getting errors like variable not initialized during fixed point conversion.How to resolve .Pls help
function [o]=fyp(a) load('100m'); a=val(1,:); subplot(3,2,1); plot(a); title('original ECG signal') b1=strel('disk',3); b...
8 years 前 | 1 个回答 | 0
