Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tp-audio-ee-etudiant-v24ye
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UEEE
sar-signal-audio
gr-vhdl-v24ye
tp-audio-ee-etudiant-v24ye
Commits
18e4727d
Commit
18e4727d
authored
3 weeks ago
by
YE Victor
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
85a65305
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SAR3Q4.m
+19
-0
19 additions, 0 deletions
src/SAR3Q4.m
with
19 additions
and
0 deletions
src/SAR3Q4.m
0 → 100644
+
19
−
0
View file @
18e4727d
load
(
'signal_excitation.mat'
);
% xe1, xe2, Fe
x
=
xe1
;
% On choisit xe1
x
=
x
;
% Normalisation
load
(
'empreinte_ac'
);
% fe
ys
=
simule_piece
(
x
,
fe
);
% Convolution avec la vraie empreinte
% Corrélation
[
h_est
,
lags
]
=
xcorr
(
ys
,
x
,
'none'
);
t
=
lags
/
fe
;
% Affichage amplitude réelle
figure
;
plot
(
t
,
h_est
);
xlabel
(
'Temps (s)'
);
ylabel
(
'Amplitude (V²)'
);
title
(
'Réponse impulsionnelle estimée de la pièce (non normalisée)'
);
grid
on
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment