Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi N - Z > Programmazione e architetture DSP > Tema d'esame 16-02-2011
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
Sacratix
.illuminato.

User info:
Registered: Jun 2008
Posts: 154 (0.03 al dì)
Location: Lago d'Iseo - Bergamo
Corso: Informatica
Anno: 3
Time Online: 1 Day, 4:47:22 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Tema d'esame 16-02-2011

meglio scriverlo subito, prima che mi dimentichi

1. Un tono puro non nullo a frequenza 4kHz viene campionato a 8kHz, ma da come risultato [0, 0, 0, ......]. perche?

il tono puro è una sinusoidale perfettamente periodica, e con quel campionamento vado sempre a beccare il momento in cui si annulla
(colpa della fase iniziale imagino)

io accetterei anche "per sfiga" come risposta >>

2. Come si elimina l'offset?

non ne ho idea, abbassare il segnale fino a che non tocca il fondo scala non mi sembrava una risposta accettabile >>

quindi vada per amplificare o attenuare il segnale, dipende dal segnale stesso

3. un segnale a 32bit, elaborato da un processore a... 24bit, e buttato in uscita a, boh, 16bit, che SQRN effettivo ha?

che ne sò, "effettivo" dipende dall'App, non dal numero di bit :P

4. Quanti campioni devo fornire all FFS per analizzare 10 ms di segnale campionato a 16kHz?

Con quella frequenza, in 10ms ci stanno 160 campioni, non vedo perchè dovrei fornirne di meno, o di più

5. humm, perchè l'architettura harvard è migliore per eseguire ?codice? della Von Neuman?

dal libro: per l'accesso diviso tra bus dati e bas codice, con cui posso eseguire in real time, e fare pipelining

6. Dato IIR y(n) = 0.3x(n)+0,7y(n-1) mantenere la F di taglio ma raddoppiare la pendenza, scrivere in C il filtro continuo con ingresso a 16bit e uscita a 8bit.

dal libro: scusa ma non c'ho scritto da nessuna parte come andare a modificare l'equazione per cambiare pendenza

tantomeno come fare una riquantizzazione on-fly
a meno che la risposta non fosse

PHP:

x(n) = riquantizza( x(n), 16, 8);


grandissima vaccata >>

senza pendenza doppia cmq
PHP:

while(1) {
   in x(n)
   y(n) = 0,3x(n)+0,7y(n-1);
   out y(n)
}




# ovviamento SPERO che le risposte siano esatte >>
## apparentemento no - 11 -_-

__________________
I wish for this night-time to last for a life-time

Last edited by Sacratix on 25-02-2011 at 16:12

16-02-2011 12:00
Click Here to See the Profile for Sacratix Click here to Send Sacratix a Private Message Find more posts by Sacratix Add Sacratix to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DeepBlue
tired guy

User info:
Registered: Sep 2003
Posts: 4258 (0.55 al dì)
Location: CSN
Corso: Info tlc
Anno:
Time Online: 52 Days, 8:40:31 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

io ho risposto così

1. essendo fc e segnale ancora nei limiti del teorema di nyquist, probabilmente l'ampiezza del segnale non è sufficiente a produrre sequenze differenti

2. facendo passare il segnale attraverso un filtro che ne ritardi la fase (???)

3. più o meno la tua stessa risposta

4. anche secondo me è 160 (anche se sul foglio mi sa che ho scritto altro....)

5. più o meno stessa risposta

6. bah, ho scritto qualcosa, ma sulla riquantizzazione non ho messo niente. D'altronde come non frequentante, i suoi libri sono quasi (?) inutili da questo punto di vista, quelli integrativi non sembrano essere facilmente reperibili, temi d'esame passati (ufficiali, non quelli che si trovano qui sul DSY) non ce ne sono e sul suo sito le modalità d'esame (http://webcen.dsi.unimi.it/wcinfo/p...dalitaEsame.htm) mi sembrano un po' differenti da quelle effettive...

__________________
~ get Debian! ~ get FreeBSD! ~ get OpenBSD! ~

17-02-2011 11:20
Click Here to See the Profile for DeepBlue Click Here to See the Blog of DeepBlue Click here to Send DeepBlue a Private Message Find more posts by DeepBlue Add DeepBlue to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Sacratix
.illuminato.

User info:
Registered: Jun 2008
Posts: 154 (0.03 al dì)
Location: Lago d'Iseo - Bergamo
Corso: Informatica
Anno: 3
Time Online: 1 Day, 4:47:22 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ritardare la fase è stata la prima risposta che mi è venuta in mente ad essere onesti
ma questo farebbe traslare il segnale in orizzontale, invece che in verticale
però offset, di per sè , può anche riferirsi al tempo, non solo all'ampiezza

spero che 'modificare il fondo scala' non fosse la risposta esatta -_-"

__________________
I wish for this night-time to last for a life-time

19-02-2011 22:24
Click Here to See the Profile for Sacratix Click here to Send Sacratix a Private Message Find more posts by Sacratix Add Sacratix to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DeepBlue
tired guy

User info:
Registered: Sep 2003
Posts: 4258 (0.55 al dì)
Location: CSN
Corso: Info tlc
Anno:
Time Online: 52 Days, 8:40:31 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

sono usciti i risultati... mi sa che tolgo l'esame dal piano di studi... :|

__________________
~ get Debian! ~ get FreeBSD! ~ get OpenBSD! ~

24-02-2011 08:45
Click Here to See the Profile for DeepBlue Click Here to See the Blog of DeepBlue Click here to Send DeepBlue a Private Message Find more posts by DeepBlue Add DeepBlue to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 13:06.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.034 seconds (77.76% PHP - 22.24% MySQL) con 25 query.