Robochameleon  v1.0
utils Directory Reference

Directories

Files

file  arecells.m [code]
 Checks if all input variables are cell arrays.
 
file  bandHz2bandNM.m [code]
 Converts band from Hz to nm.
 
file  bandNM2bandHz.m [code]
 Converts band from nm to Hz.
 
file  catstruct.m [code]
 Concatenate or merge structures with different fieldnames.
 
file  clearall.m [code]
 Clear all variables but preserve breakpoints.
 
file  close_biographs.m [code]
 Closes all open biographs.
 
file  dB2lin.m [code]
 Convert dB to linear units.
 
file  EVM_Analysis.m [code]
 Performance analysis of square QAM based on the EVM of symbols.
 
file  findrange.m [code]
 Finds min-max range of a vector/matrix.
 
file  findUnit.m [code]
 Finds a unit within a module.
 
file  formatPrefixSI.m [code]
 Formats a number for printing using SI prefixes.
 
file  gen_prbs.m [code]
 Generate PRBS sequence.
 
file  getPColFromNumeric_v1.m [code]
 Construct array of pwr objects from a numeric signal.
 
file  inherits_from.m [code]
 Determine whether an object inherits from a specified superclass.
 
file  intersections.m [code]
 Intersections of curves. Computes the (x,y) locations where two curves intersect. The curves can be broken with NaNs or have vertical segments.
 
file  isModule.m [code]
 Checks whether the class name is a module.
 
file  iswhole.m [code]
 Determine whether or not input is a whole number.
 
file  kmeans_v1.m [code]
 k-means clustering algorithm for complex-valued data.
 
file  lin2dB.m [code]
 Convert linear units to dB.
 
file  minIdx.m [code]
 Returning id instead of value of min()
 
file  paramDeepCopy.m [code]
 Copy parameters aligned to the properties of a module/unit.
 
file  paramdefault.m [code]
 Set default parameter values.
 
file  paramParser.m [code]
 This function translates structures of parameters into strings and strings into structrues.
 
file  plotSignal.m [code]
 Plot signal using options based on signal properties.
 
file  progress.m [code]
 display progress on command line
 
file  pwr.m [code]
 pwr class definition
 
file  robopath.m [code]
 Outputs the full path of whatever is passed.
 
file  setParamFsRssNss.m [code]
 Utility function to compute the missing parameter among Fs, Rs, Nss in a param structure.
 
file  spectra.m [code]
 Returns the single-sided amplitude spectrum and plots (optional)
 
file  varOrCell.m [code]
 Returns variable or specified element of cell array.