Noise creation with direction
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hello, I am trying to create a one second noise in direction (az = 60 deg, el = 0 deg).
I want to create it in time and frequecy domain.
How do I go about it?
Thanks
3 Commenti
  Image Analyst
      
      
 il 8 Giu 2013
				Can you just go to your window, open it, circle your hands around your mouth, and start shouting towards the sky?  http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
  Walter Roberson
      
      
 il 8 Giu 2013
				That would create it in the time domain. I don't know what it means to create a timed noise in the frequency domain.
Risposta accettata
  Image Analyst
      
      
 il 10 Giu 2013
        You can do
row6 = your2DMatrix(6, :);
The 6 as the first argument means to take row 6. The : as the second index means "all columns". So together it means take "all columns in row 6" and put into a 1D row vector called row6.
Più risposte (1)
  kyin gab
 il 10 Giu 2013
        1 Commento
  Walter Roberson
      
      
 il 10 Giu 2013
				What jokes? And where does the azimuth 60 come into your calculation?
Vedere anche
Categorie
				Scopri di più su Detection in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


