K-<      !"#$%&'()*+,-./01234 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  SafeFParse a number that may have a decimal point and a suffix, e.g. 2.56M Safe"#A 4Information about the features supported by your CPUExecute the CPUID instruction1Execute the CPUID instruction setting ECX as wellGet a Feature bit for SSE4.2Feature bit for AVXExtended feature bit for AVX2 Check if the CPU supports SSE4.2 Check if the CPU supports AVX Check if the CPU supports AVX2 YConvenience function for selecting a function based on the features that the CPU supportsOperation (EAX)Result (EAX, EBX, ECX, EDX)Operation (EAX)ECXResult (EAX, EBX, ECX, EDX) The CPU featuresDefault implementation'List of (feature, implementation) pairsThe selected implementation   None! Compute a sinc function Compute a Hanning window.Compute a Hamming window. Compute a Blackman window. Compute a windowed sinc functionYGiven filter coefficients, plot their frequency response and save the graph as a png fileSquare root raised cosine The length. Must be odd."The cutoff frequency (from 0 to 1) The length of the windowThe length of the windowThe length of the window The length"The cutoff frequency (from 0 to 1)The window functionThe filter coefficients The filename size: from [-n .. n]sampling periodbeta   Safe& Fork a pipe ,Combine two consumers into a single consumer+A consumer that prints everything to stdout#A consumer that discards everything,Passthrough pipe that prints the sample ratemapAccum for PipesAccumulating function Initial value of the accumulatorNone:7CCreate a window and plot a dynamic line graph of the incoming data.NCreate a window and plot a dynamic line graph of the incoming data. With Axes.:Create a window and plot a waterfall of the incoming data.MCreate a window and plot a dynamic filled in line graph of the incoming data.XCreate a window and plot a dynamic filled in line graph of the incoming data. With Axes.Create a Cairo : monad that draws a set of axes with 0 at the bottom left.Create a Cairo N monad that draws a set of axes with the X axis centered on a specified value. Window width Window height Number of samples in each bufferNumber of vertices in graph Window width Window height Number of samples in each bufferNumber of vertices in graph'Cairo Render object that draws the axes Window width Window heightNumber of columnsNumber of rows  The color map Window width Window height Number of samples in each buffer The color map Window width Window height Number of samples in each buffer The color map'Cairo Render object that draws the axes Image width Image height X axis spanX axis grid interval Image width Image heightCenter X value X axis spanX axis grid intervalNone? Returns a consumer that sends all incoming data to pulseaudio. Runs Pulse Audio output writing in a different thread. This is probably what you want as it does not block the entire pipline while the data is being played.!>Returns a consumer that sends all incoming data to pulseaudio. ! !None"#Nj"RTLSDR configuration parameters("Some reasonable default parameters)-Set the configuration parameters for a device*dReturns a producer that streams data from a Realtek RTL2832U based device. You probably want to use interleavedIQUnsigned256ToFloatl to turn it into a list of complex Floats. This function initializes and configures the device for you. Use +] if you need more control over how the device is configured or want to configure it yourself.+dReturns a producer that streams data from a Realtek RTL2832U based device. You probably want to use interleavedIQUnsigned256ToFloatm to turn it into a list of complex Floats. This function takes a pre-configured device handle to stream from.( Frequency Sample rate) Device handle Parameters*Configuration parametersNumber of buffers Buffer lengthBEither a string describing the error that occurred or the Producer+ Device handleNumber of buffers Buffer length The producer "#$%&'()*+ "#$%&'()*+"#$%&'None<VWw,+Convert a Vector of Floats to a ByteString.-,Convert a Vector of Doubles to a ByteString..+Convert a ByteString to a Vector of Floats./,Convert a ByteString to a Vector of Doubles.0WConvert a Vector of Storable values to a ByteString. This is fast as it is just a cast.1WConvert a ByteString to a Vector of Storable values. This is fast as it is just a cast.2SGiven a Handle, create a Consumer that dumps the Vectors written to it to a Handle.3VGiven a Handle, create a Producer that creates Vectors from data read from the Handle.,-./0123,.-/0123 Nonej4Like mapAccumL but monadic and over vectors. Doesn't return the accumulator at the end because it doesn't seem to be possible to do this with the Stream datatype, making this function pretty useless.5{Create a vector from another vector containing only the elements that occur every stride elements in the source vector.6`Fill a mutable vector from a monadic stream. This appears to be missing from the Vector library.7#Copy a Vector into a mutable vector8Similar to unfoldrN from the vector package but the generator function cannot terminate and it returns the final value of the seed in addition to the vector9 The same as 8& but the generator function is monadic4 The functionThe initial accumulatorThe input streamThe output stream5 The strideThe input VectorThe output Vector6The input Stream!The mutable Vector to stream into7The destination The source8!Generates a vector with this sizeThe generator functionThe initial value of the seed(The (vector, final value of seed) result9!Generates a vector with this size2The monadic generator function The initial value of the seed(The (vector, final value of seed) result456789456789 None;<=>?V:6A class for things that can be multiplied by a scalar.Scaling<Create a vector of complex floating samples from a vector of interleaved I Q components. Each input element ranges from 0 to 255. This is the format that RTLSDR devices use.=Same as <M but written in C and specialized for unsigned byte inputs and Float outputs.>Same as <b but written in C using SSE intrinsics and specialized for unsigned byte inputs and Float outputs.?Same as <b but written in C using AVX intrinsics and specialized for unsigned byte inputs and Float outputs.@Same as <~ but uses the fastest SIMD instruction set your processor supports and specialized for unsigned byte inputs and Float outputs.ACreate a vector of complex float samples from a vector of interleaved I Q components. Each input element ranges from -2048 to 2047. This is the format that the BladeRF uses.BSame as <L but written in C and specialized for signed short inputs and Float outputs.CSame as <a but written in C using SSE intrinsics and specialized for signed short inputs and Float outputs.DSame as <a but written in C using AVX intrinsics and specialized for signed short inputs and Float outputs.ESame as A} but uses the fastest SIMD instruction set your processor supports and specialized for signed short inputs and Float outputs.FCreate a vector of interleaved I Q component integral samples from a vector of complex Floats. Each input ranges from -2048 to 2047. This is the format the BladeRF uses.GSame as FL but written in C and specialized for Float inputs and signed short outputs.HScale a vector, written in CI1Scale a vector, written in C using SSE intrinsicsJ1Scale a vector, written in C using AVX intrinsicsKNScale a vector. Uses the fastest SIMD instruction set your processor supports.L2Apply a function to both parts of a complex numberMXMultiplication by this vector shifts all frequencies up by 1/2 of the sampling frequencyNXMultiplication by this vector shifts all frequencies up by 1/4 of the sampling frequencyOA Producer that streams vectors of the bits that make up the string argument concatenated repeatedly. Each bit is encoded as a float with value (+1) for 1 and (-1) for 0.PtA Producer that streams vectors of random bits. Each bit is encoded as a float with value (+1) for 1 and (-1) for 0.QSimple automatic gain control R"Simple automatic gain control pipeSCSpecializes to combineInit :: IO (Pipe a b IO ()) -> Pipe a b IO ()ThSpecializes to combineInitTrans :: EitherT String IO (Pipe a b IO ()) -> Pipe a b (EitherT String IO) () H Scale factor Input vector Output vectorI Scale factor Input vector Output vectorJ Scale factor Input vector Output vectorL The functionInput complex numberOutput complex numberMThe length of the VectorNThe length of the VectorO(The string whose bits are to be streamed The size of each streamed vectorP The size of each streamed vectorQa reference initial state input vector(final state, output vector)Ra reference:;<=>?@ABCDEFGHIJKLMNOPQRST:;;<=>?@ABCDEFGHIJKLMNOPQRST:; None"#VcWXYZ[^]\_`abcdefghijklmnopqrstuvwxyz{|}~cedc~}|{zba`yxwvutsrqponmZ[\]^_YXlkjWihgfZ[\]^_ None"#&'<CV)Z)A / contains all of the information needed by the resample function to perform resampling i.e. it contains the filter coefficients and pointers to the functions to do the actual resampling.A / contains all of the information needed by the decimate function to perform decimation i.e. it contains the filter coefficients and pointers to the functions to do the actual decimation.A / contains all of the information needed by the filterr function to perform filtering. i.e. it contains the filter coefficients and pointers to the functions to do the actual filtering.DReturns a slow Filter data structure entirely implemented in HaskellfReturns a fast Filter data structure implemented in C. For filtering real data with real coefficients.}Returns a fast Filter data structure implemented in C using SSE instructions. For filtering real data with real coefficients.}Returns a fast Filter data structure implemented in C using AVX instructions. For filtering real data with real coefficients.Returns a fast Filter data structure implemented in C using the fastest SIMD instruction set your processor supports. For filtering real data with real coefficients.hReturns a fast Filter data structure implemented in C For filtering complex data with real coefficients.Returns a fast Filter data structure implemented in C using SSE instructions. For filtering complex data with real coefficients.Returns a fast Filter data structure implemented in C using AVX instructions. For filtering complex data with real coefficients.Returns a fast Filter data structure implemented in C using the fastest SIMD instruction set your processor supports. For filtering complex data with real coefficients.Returns a fast Filter data structure implemented in C using SSE instructions. For filtering real data with real coefficients. For filters with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.Returns a fast Filter data structure implemented in C using AVX instructions. For filtering real data with real coefficients. For filters with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.Returns a fast Filter data structure implemented in C using the fastest SIMD instruction set your processor supports. For filtering complex data with real coefficients. For filters with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.GReturns a slow Decimator data structure entirely implemented in HaskelljReturns a fast Decimator data structure implemented in C. For decimating real data with real coefficients.Returns a fast Decimator data structure implemented in C using SSE instructions. For decimating real data with real coefficients.Returns a fast Decimator data structure implemented in C using AVX instructions. For decimating real data with real coefficients.Returns a fast Decimator data structure implemented in C using the fastest SIMD instruction set your processor supports. For decimating real data with real coefficients.mReturns a fast Decimator data structure implemented in C. For decimating complex data with real coefficients.Returns a fast Decimator data structure implemented in C using SSE instructions. For decimating complex data with real coefficients.Returns a fast Decimator data structure implemented in C using AVX instructions. For decimating complex data with real coefficients.Returns a fast Decimator data structure implemented in C using the fastest SIMD instruction set your processor supports. For decimating complex data with real coefficients.Returns a fast Decimator data structure implemented in C using SSE instructions. For decimating real data with real coefficients. For decimators with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.Returns a fast Decimator data structure implemented in C using AVX instructions. For decimating real data with real coefficients. For decimators with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.Returns a fast Decimator data structure implemented in C using the fastest SIMD instruction set your processor supports. For decimating real data with real coefficients. For decimators with symmetric coefficients, i.e. 'linear phase'. Coefficient length must be a multiple of 4.GReturns a slow Resampler data structure entirely implemented in HaskelliReturns a fast Resampler data structure implemented in C. For filtering real data with real coefficients.Returns a fast Resampler data structure implemented in C using SSE instructions. For filtering real data with real coefficients.Returns a fast Resampler data structure implemented in C using AVX instructions. For filtering real data with real coefficients.Returns a fast Resampler data structure implemented in C using the fastest SIMD instruction set your processor supports. For resampling real data with real coefficients.lReturns a fast Resampler data structure implemented in C. For filtering complex data with real coefficients.Returns a fast Resampler data structure implemented in C using SSE instructions. For filtering complex data with real coefficients.Returns a fast Resampler data structure implemented in C using AVX instructions. For filtering complex data with real coefficients.Returns a fast Resampler data structure implemented in C using the fastest SIMD instruction set your processor supports. For resampling complex data with real coefficients.My own assert implementation since the GHC one doesnt seem to work even with optimisations disabled and using -fno-ignore-asserts&Create a pipe that performs filtering 'Create a pipe that performs decimation 'Create a pipe that performs resampling A DC blocking filter$The filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe CPU's capabilitiesThe filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe filter coefficientsThe  data structureThe CPU's capabilitiesThe filter coefficientsThe  data structure)The first half of the filter coefficientsThe  data structure)The first half of the filter coefficientsThe  data structureThe CPU's capabilitiesThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe CPU's capabilitiesThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe decimation factorThe filter coefficientsThe  data structureThe CPU's capabilitiesThe decimation factorThe filter coefficientsThe  data structureThe decimation factor)The first half of the filter coefficientsThe  data structureThe decimation factor)The first half of the filter coefficientsThe  data structureThe CPU's capabilitiesThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe CPU's capabilitiesThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe CPU's capabilitiesThe interpolation factorThe decimation factorThe filter coefficientsThe  data structureThe  data structureThe output block sizeThe  that does the filteringThe  data structureThe output block sizeThe  that does the decimationThe  data structureThe output block sizeThe  that does the resampling88 None<V7:Creates a function that performs a complex to complex DFT.6Creates a Pipe that performs a complex to complex DFT.7Creates a function that performs a real to complex DFT.3Creates a pipe that performs a real to complex DFT.Creates a pipe that uses multiple threads to perform complex to complex DFTs in a pipelined fashion. Each time a buffer is consumed, it is given to a pool of threads to perform the DFT. Then, if a thread has finished performing a previous DFT, the result is yielded.(The size of the input and output buffers(The size of the input and output buffersThe size of the input VectorThe size of the input VectorThe number of threads to useThe size of the input Vector  None<<)FM demodulate a stream of complex samples)FM demodulate a vector of complex samples"Pipe that performs FM demodulation=The starting sample - i.e. the last sample in the last bufferThe input streamThe output stream=The starting sample - i.e. the last sample in the last bufferThe input VectorThe output Vector !"#$%&'()*+,-./00123456789:;<=>?@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g g h i j k l m n o p q r s t u v w x y z { | } ~                 #sdr-0.1.0.10-Ce3fdfMTyptJyHD8U3XCar SDR.ArgUtils SDR.CPUIDSDR.FilterDesign SDR.PipeUtilsSDR.Plot SDR.PulseSDR.RTLSDRStream SDR.SerializeSDR.VectorUtilsSDR.UtilSDR.FilterInternal SDR.FilterSDR.FFT SDR.Demod parseSizeCPUInfofeaturesextendedFeaturescpuid cpuidExtended getCPUInfohasSSE42hasAVXhasAVX2 featureSelectsinchanninghammingblackman windowedSinc plotFrequencysrrcforkcombine printStreamdevnullrate pMapAccumplotLine plotLineAxes plotWaterfallplotFill plotFillAxeszeroAxes centeredAxespulseAudioSinkdoPulse RTLSDRParams centerFreq sampleRatefreqCorrection tunerGaindefaultRTLSDRParamssetRTLSDRParams sdrStreamsdrStreamFromDevicefloatVecToByteStringdoubleVecToByteStringfloatVecFromByteStringdoubleVecFromByteString toByteStringfromByteStringtoHandle fromHandle mapAccumMVstridefillcopyIntovUnfoldr vUnfoldrMMultmultinterleavedIQUnsigned256ToFloat interleavedIQUnsignedByteToFloat#interleavedIQUnsignedByteToFloatSSE#interleavedIQUnsignedByteToFloatAVX$interleavedIQUnsignedByteToFloatFastinterleavedIQSigned2048ToFloatinterleavedIQSignedWordToFloat!interleavedIQSignedWordToFloatSSE!interleavedIQSignedWordToFloatAVX"interleavedIQSignedWordToFloatFast%complexFloatToInterleavedIQSigned2048%complexFloatToInterleavedIQSignedWordscaleC scaleCSSE scaleCAVX scaleFastcplxMap halfBandUp quarterBandUp streamString streamRandomagcagcPipe combineInitcombineInitTrans$fMultComplexa$fMultaa ResampleRC ResampleRR ResampleRCoeffs numCoeffs numGroups incrementsgroups DecimateRC DecimateRR DecimateCRRFilterRCFilterRR FilterCRR c_dcBlockerresampleAVXRC_cresampleCSSERC_c resample2RC_cresampleAVXRR_cresampleCSSERR_c resample2_c resample_cdecimateAVXSymmetricRC_cdecimateSSESymmetricRC_cdecimateAVXSymmetricRR_cdecimateSSESymmetricRR_cdecimateAVXRC2_cdecimateAVXRC_cdecimateAVXRR_cdecimateSSERC2_cdecimateSSERC_cdecimateSSERR_c decimateCRC_c decimateCRR_cfilterAVXSymmetricRC_cfilterSSESymmetricRC_cfilterAVXRC2_c filterAVXRC_cfilterAVXSymmetricRR_c filterAVXRR_cfilterSSERC2_c filterSSERC_cfilterSSESymmetricRR_c filterSSERR_c filterRC_c filterRR_cfilterHighLevelfilterImperative1filterImperative2 filterFFIR filterFFIC filterCRR filterCRC filterCSSERRfilterCSSESymmetricRR filterCSSERC filterCSSERC2 filterCAVXRRfilterCAVXSymmetricRR filterCAVXRC filterCAVXRC2filterCSSESymmetricRCfilterCAVXSymmetricRCdecimateHighLevel decimateFFIR decimateFFIC decimateCRR decimateCRCdecimateCSSERRdecimateCSSERCdecimateCSSERC2decimateCAVXRRdecimateCAVXRCdecimateCAVXRC2decimateCSSESymmetricRRdecimateCAVXSymmetricRRdecimateCSSESymmetricRCdecimateCAVXSymmetricRCresampleHighLevel resampleCRRpad strideListroundUp prepareCoeffs resampleFFIR resampleFFIC mkResampler resampleCRR2resampleCSSERRresampleCAVXRR mkResamplerC resampleCRCresampleCSSERCresampleCAVXRCdecimateCrossHighLevelfilterCrossHighLevelresampleCrossHighLevel dcBlocker Resampler numCoeffsR decimationRinterpolationRstartDat resampleOne resampleCross Decimator numCoeffsD decimationD decimateOne decimateCrossFilter numCoeffsF filterOne filterCross haskellFilter fastFilterCRfastFilterSSERfastFilterAVXR fastFilterR fastFilterCCfastFilterSSECfastFilterAVXC fastFilterCfastFilterSymSSERfastFilterSymAVXRfastFilterSymRhaskellDecimatorfastDecimatorCRfastDecimatorSSERfastDecimatorAVXRfastDecimatorRfastDecimatorCCfastDecimatorSSECfastDecimatorAVXCfastDecimatorCfastDecimatorSymSSERfastDecimatorSymAVXRfastDecimatorSymRhaskellResamplerfastResamplerCRfastResamplerSSERfastResamplerAVXRfastResamplerRfastResamplerCCfastResamplerSSECfastResamplerAVXCfastResamplerC firFilter firDecimator firResamplerdcBlockingFilterfftw'fftw fftwReal'fftwReal fftwParallel fmDemodStr fmDemodVecfmDemodsse42avxavx2%cairo-0.13.4.1-Jjy7ZFtxNXaCwkyWjCqLjG!Graphics.Rendering.Cairo.InternalRenderscale_cassert"pipes-4.3.6-E0Hb2w9GQQeKY4NIIv3IyH Pipes.CorePipeBufferbufferoffset