kopia lustrzana https://github.com/Guenael/rtlsdr-wsprd
				
				
				
			build options
							rodzic
							
								
									99d2bd2ffe
								
							
						
					
					
						commit
						ac23d2dcfe
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							| 
						 | 
				
			
			@ -1,7 +1,5 @@
 | 
			
		|||
#CFLAGS= -Wall -O3 -ffast-math -std=gnu99
 | 
			
		||||
 | 
			
		||||
CC = gcc
 | 
			
		||||
CFLAGS= -Wall -O2 -std=gnu99
 | 
			
		||||
CFLAGS= -Wall -O3 -ffast-math -std=gnu99
 | 
			
		||||
LDFLAGS = -L/usr/lib
 | 
			
		||||
LIBS = -lusb-1.0 -lrtlsdr -lpthread -lfftw3f -lcurl -lm
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -165,7 +165,7 @@ static void rtlsdr_callback(unsigned char *samples, uint32_t samples_count, void
 | 
			
		|||
 | 
			
		||||
        /* Decimation R=6400 */
 | 
			
		||||
        decimationIndex++;
 | 
			
		||||
        if (decimationIndex <= DOWNSAMPLING) {  // FIXME check !!!
 | 
			
		||||
        if (decimationIndex <= DOWNSAMPLING) {
 | 
			
		||||
            continue;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue