search for: data_out

Displaying 3 results from an estimated 3 matches for "data_out".

2010 Jun 07
1
how can I control the x-axis tick labels
I am trying to generate a plot whose x-axis values are the following: data_out[,1] [1] 1979 1958 1937 1916 1895 1874 1853 1832 1811 1790 1769 1748 1727 1706 1685 1664 1643 1622 1601 1580 1559 [22] 1538 1517 1496 1475 1454 1433 1412 1391 1370 1349 1328 1307 1286 1265 1244 1223 1202 1181 1160 1139 1118 [43] 1097 1076 1055 1034 1013 992 971 950 929 908 887 866 845 8...
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2004 Aug 06
2
question on usage of the libraries
...cur_n_bytes_out; speex_bits_reset(&libspeex_bits); speex_encode(libspeex_enc_state, &in_float[input_pnt], &libspeex_bits); cur_n_bytes_out = speex_bits_nbytes(&libspeex_bits); speex_bits_write(&libspeex_bits, &(*data_out)[output_pnt], cur_n_bytes_out) output_pnt += cur_n_bytes_out; input_pnt += libspeex_frame_size; n_samples_todo -= libspeex_frame_size; } Thank you. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project ho...