- 
- 
                
					[ Matlab] 
					 ma_CRC_files.rar
					 ... (m)    Produce parity-check matrix.
trt = syndtable(parmat)    Produce decoding table.
recd = [1 0 0 1 1 1 1]   Suppose this is the received vector.
syndrome = rem(recd* parmat ,2) 
syndrome_de = bi2de(syndrome, left-msb )    Convert to decimal.
 
- 
                
					[ Python] 
					 SoftwareQualityPredictionSystem.zip
					Implementation of 
A Novel Method for Early Software Quality Prediction
Based on Support Vector Machine
Fei Xing1
, PingGuo1,2
, and Michael R. Lyu2
1Department of Computer Science
Beijing Normal University, Beijing, 100875, China
2Department  ...
 
- 
                
			
- 
                
					[ Matlab] 
					 fftplot.zip
					MATLAB program for 
fft plot
norm of a vector 
distance between vector
amp modulation
 
- 
                
			
- 
                
					[ Matlab] 
					 3dtrans.zip
					 ... -  Euler angles xyz (roll, pitch, and yaw),
 -  Euler angles zyz (rotation, precession, and mutation),
 -  unit vector and rotation angle,
 -  Denavitt-Hartemberg parameters.
Conversion between the above orientation systems can be easily achieved.
 ...
 
- 
                
			
- 
                
			
- 
                
					[ Matlab] 
					 mtVector.zip
					Vector is the basic data structure in MATLAB. It provides easy, fast, effective, and scalable data structures giving programming  ... structures into matrices and vectors.
For example, to sum up a vector, you can write a simple counting loop. However, it is ...Category:  matlab Upload User: csflawyer Size: 9K
 
-